Using Go and Python for reinforcement learning. Comparing the performance of the two languages and how Go can be used for reinforcement learning environments.
This project uses a dev container, which is the easiest way to set up a consistent development environment. Dev containers provide all the necessary tools, dependencies, and configuration, so you can focus on coding right away.
This project uses a dev container for a consistent development environment. To get started:
- Open the project in Visual Studio Code.
- On Windows/Linux, press
Ctrl+Shift+Pand run the commandRemote-Containers: Reopen in Container. On Mac, pressCmd+Shift+Pand run the same command. - VS Code will build and start the dev container, providing access to the project's codebase and dependencies.
If you prefer not to use the dev container, you can also set up a local development environment. Make sure you have the following installed on your machine: