Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Comparison operator not supported for 'collections.OrderedDict' #28

Description

@riathehl

I'm trying to implement the TabularQAgent and I am running into the following error (in Python 3.8):

{TypeError}'<' not supported between instances of 'collections.OrderedDict' and 'collections.OrderedDict'

The error is thrown when max_q_state_action is defined on line 208 of tabular_q_agent.py (due to the max function).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions