-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Closed
Labels
P3Issue moderate in impact or severityIssue moderate in impact or severitybugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't
Description
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,))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Issue moderate in impact or severityIssue moderate in impact or severitybugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn't