- Clone this repo
- Install VSCode
- Install Docker
- Install Devcontainer Extension on VSCode
- Open this repo with VSCode
code path_to_repo/Toy_Model_RL - A pop up should appear that suggest you to rebuild and open the repo inside the devcontainer. Click it. If it doesn't appear you can trigger it manually by open the search bar with CTRL+SHIFT+P and searching "Rebuild and Reopen in Container"
- Create two empty folders "logs" and "models"
- You should be good to go! You can run the simulation using
pdm run python train.py
-
Notifications
You must be signed in to change notification settings - Fork 0
emanuelegreco29/Toy_Model_RL
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Toy model implementing various architectures to teach a generic point of mass to reach a static and/or dynamic target in a 3D space.