Gymnasium
Gymnasium copied to clipboard
[Proposal] Allow to specify dtype for Discrete
Proposal
Add dtype argument to spaces.Discrete (similar to MultiDiscrete and Box).
Motivation
Currently the dtype is fixed to numpy.int64. However, often Discrete spaces are much smaller, resulting in a waste of memory.
Pitch
No response
Alternatives
No response
Additional context
No response
Checklist
- [X] I have checked that there is no similar issue in the repo