-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
breaking changesChanges in public interfaces. Includes small changes or changes in keysChanges in public interfaces. Includes small changes or changes in keysgood first issueGood for newcomersGood for newcomersminorRequires small changes to be fixedRequires small changes to be fixedrefactoringNo change to functionalityNo change to functionality
Milestone
Description
Using state shape is doubly confusing because
- Some newer versions of gymnasium envs actually do have a notion of state
- Tianshou uses obs to denote observations in Batch instances
- Tianshou uses state to denote hidden_states in the context of history summarization with RNNs, which has nothing to do with the state_shape describing the observation shape of the env
Metadata
Metadata
Assignees
Labels
breaking changesChanges in public interfaces. Includes small changes or changes in keysChanges in public interfaces. Includes small changes or changes in keysgood first issueGood for newcomersGood for newcomersminorRequires small changes to be fixedRequires small changes to be fixedrefactoringNo change to functionalityNo change to functionality
Type
Projects
Status
To do