Skip to content

Commit

Permalink
Add small README for Rust-based gym
Browse files Browse the repository at this point in the history
  • Loading branch information
pkel committed Mar 25, 2024
1 parent d6eb5fc commit 2cd9c05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gym/cpr_gym_rs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
```shell
# activate Python venv
. ../../_venv/bin/activate

# build and install the package / gym
maturin develop

# start a simple training run
python -m rl_zoo3.train --env 'FC16SSZwPT-v0' --env-kwargs alpha:0.33 gamma:1.0 --gym-packages cpr_gym_rs --algo dqn --conf hyperparams/dqn.yml --eval-freq 0 -P
```

0 comments on commit 2cd9c05

Please sign in to comment.