Stable Baselines 3 Cartpole example configured with Rye as dependency manager. Tested with Ubuntu on WSL2.
- At a type
make devinstall
to set up the project-level dependencies in development mode, or justmake install
to 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.json
to runmake format
andmake lint
on 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