Stable Baselines 3 Cartpole example configured with Rye as dependency manager. Tested with Ubuntu on WSL2.
- At a type
make devinstallto set up the project-level dependencies in development mode, or justmake installto set up the game as runnable only.
- At a command prompt in the project directory, type
make run.
- I've included some extension recommendations that can make your development easier.
- These recommendations will pop up when opening the project inside VSCode.
- Installing both extensions will
- Use the code in
settings.jsonto runmake formatandmake linton eachFile:Save. - Display available Make targets within the Makefile Tasks sidebar pane and allow them to be run with a mouse click.
- Use the code in
