Python Simulations - PathmindAI/nativerl GitHub Wiki

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...