Skip to content

Python Simulations

Edward Junprung edited this page Aug 30, 2022 · 1 revision

Example Using RLlib and Cartpole in Python

  1. Extract the native libraries from nativerl-1.8.1-SNAPSHOT-bin.zip somewhere
  2. Copy as well nativerl/examples/traincartpole.sh into that directory
  3. Execute bash traincartpole.sh inside the directory and wait for training to complete
    • The script outputs the cartpole.py file that should actually be generated via some helper...
Clone this wiki locally