8000 GitHub - mateoguaman/jaxrl
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mateoguaman/jaxrl

 
 

Repository files navigation

UW RLL jaxrl

This jaxrl codebase is modified from https://github.com/ikostrikov/jaxrl. Specifically, the style, structure, and SAC implementation comes from https://github.com/ikostrikov/rlpd. The IQL implementation is adapted from https://github.com/kylestach/fastrlap-release/blob/main/jaxrl5/jaxrl5/agents/iql/iql_learner.py. The BC implementation is adapted from https://github.com/ikostrikov/jaxrl2. The TD3 implementation is adapted from jaxrl5 (internal).

Installation

conda create -n jaxrl python=3.10
conda activate jaxrl
pip install -e .
pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_releases.html  # Note: wheels only available on linux.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0