google / google/brax

How to get observation space, or at least low/high bounds?

Open
#360 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.