Skip to content

Repository files navigation

Prepare the environment

cd jaxrl-learning
uv venv
uv pip install -r requirements.txt & uv pip install -e ./vendor/gymnax  --config-settings editable_mode=strict

Principles

  • Make the algos files clean, make sure it includes all the core logic, keep it flat. (like cleanrl)
  • Move all the other parts (buffer, logging, eval, etc.) into other modules.
  • Use function factories extensively.
  • Concentrate logging. Logging online for single run, logging offline for parallel runs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages