redfungus / spinning-up-rl-dev-env

Development Environment for VSCode to spin up in RL faster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode Spinning Up in Deep RL Dev Container

This repo contains simple .devcontainer configuration files to spin up faster in RL using OpenAI Spinning Up. It's been tested using Docker on WLS2.

Run the steps mentioned here to test your installation.

Requirements

  • VSCode
  • Docker
  • VSCode plugins needed for remote development. For more information visit here.
  • Xserver installed on host machine. (e.g VcXsrv) This is needed to forward the graphical applications from the Docker container to the host machine. Check out the following tutorials for more information: [1][2]

TODO

  • Add GPU support
  • Test support on Mac and Ubuntu

About

Development Environment for VSCode to spin up in RL faster.

License:MIT License


Languages

Language:Dockerfile 100.0%