RobertTLange / gymnax

RL Environments in JAX 🌍
Apache License 2.0
585 stars 54 forks source link

Refactor `agents`/`dojos` into `experimental` #8

Closed RobertTLange closed 2 years ago

RobertTLange commented 3 years ago

The directories and utilities in agents and dojos are not supposed to be part of the core API. Refactor them into an experimental directory. Make sure that the examples still use correct imports.