GitXplorerGitXplorer
v

cleanba-test

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
52fd618ccf5e4571b57a4846c4314d409628cca2

remove stuff

vvwxyzjn committed a year ago
Unverified
66f149f4953cddbdb9d2999f9c576f155e497b5c

remove

vvwxyzjn committed a year ago
Unverified
f7c2483b8fcf60fc406907230d30995ebd6e8c5b

push changes

vvwxyzjn committed a year ago
Unverified
a7f5491fc7739163d00c75134b0ec27c24420722

add changes

vvwxyzjn committed a year ago
Verified
a139ae6ad65f6d79cf9390f8f0b9977e92a5c306

Create cleanba_impala.py

vvwxyzjn committed a year ago
Verified
50aae298ea95463d600f44b3b42c3e7831f2fad5

Initial commit

vvwxyzjn committed a year ago

README

The README file for this repository.

Cleanba: A Reproducible and Efficient Distributed Reinforcement Learning Platform

Cleanba is CleanRL-style implementation of DeepMind's Sebulba distributed training platform, but with a few different design choices to make distributed RL more reproducible and transparent to use.

Get started

Prerequisites:

Installation:

poetry install
poetry run pip install --upgrade "jax[cuda11_cudnn82]==0.4.8" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
poetry run python cleanba/cleanba_ppo.py --help
poetry run python cleanba/cleanba_ppo.py
poetry run python cleanba/cleanba_impala.py --help
poetry run python cleanba/cleanba_impala.py