Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vwxyzjn/envpool-xla-cleanrl


https://github.com/vwxyzjn/envpool-xla-cleanrl

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# envpool-xla-cleanrl (Experimental)

This is an experimental support of leveraging envpool's XLA interface with CleanRL's PPO. To get started, run the following command.

```
poetry install
poetry run pip install envpool==0.6.3
poetry run pip install --upgrade "jax[cuda]==0.3.14" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
poetry run python ppo_atari_envpool_xla_jax.py
```