automl / CARL

Benchmarking RL generalization in an interpretable way.
https://automl.github.io/CARL/
Apache License 2.0
129 stars 10 forks source link

Uniform vectorization #117

Open TheEimer opened 4 months ago

TheEimer commented 4 months ago

Right now vector envs are implemented for brax internally (bc they have to be for brax 0.9), but would need to be external fo the other envs. This isn't great since it means we need to deal with vec envs in a case by case manner and should be corrected. Brax updating could already help.