How to get observation space, or at least low/high bounds?
Open
good first issue
- Dominant language
- Jupyter Notebook
- Stars
- 3.2k
- Forks
- 349
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm used to having observation_space in gym.Env / VectorEnv classes that tell me how to normalize observations, among other uses. Am I right to think this is missing in brax?
I'm doing
```
from brax import envs as brax_envs
vecenv = brax_envs.create("halfcheetah", batch_size=training_num)
```
and I can't find any property along the lines of observation space in the `vecenv` object
Contributor guide
Assessment
This issue has not been assessed yet.