Skip to content

e10101/deep-reinforcement-learning-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deep-reinforcement-learning-resources

Setup

Prerequisites

You need installed following things:

  • Docker (with Docker Compose)

Run

Run following commands to turn on the docker-compose:

# This may take a few minutes to complete.
docker-compose up

Access

Jupyter Lab

Visit http://localhost:18888 (The local Jupyter Lab) with password drl. If you want to change the default port (18888) or the default password (drl), please change it in the docker-compose.yaml file.

Tensorboard

Visit http://localhost:16006 to check training process.

Notebooks