Skip to content

[rllib] Simplex action space bug #9659

@p-christ

Description

@p-christ

When trying to initialise the Simplex action space I get the below error

AttributeError: 'NoneType' object has no attribute 'seed'

To reproduce the problem exactly you can run:

!pip3 install ray[rlib]==0.8.6
!pip3 install dm-tree
from ray.rllib.utils.spaces.simplex import Simplex
Simplex(shape=(4,))

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Issue moderate in impact or severitybugSomething that is supposed to be working; but isn't

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions