Skip to content

Commit

Permalink
Tune value-based methods, move to notebooks dir and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoralea committed Jan 19, 2019
1 parent c5286f7 commit 41947e9
Show file tree
Hide file tree
Showing 14 changed files with 611 additions and 611 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,5 +6,5 @@ To install docker, I recommend a web search for "installing docker on \<your os

## Running the code
1. Pull the gdrl image with: `docker pull mimoralea/gdrl:v0.7`
2. Spin up a container: `docker run -it --rm -p 8888:8888 -p 6006:6006 -v $PWD:/mnt/notebooks/ mimoralea/gdrl:v0.7` (remember to use `nvidia-docker` if you are using a GPU.)
2. Spin up a container: `docker run -it --rm -p 8888:8888 -v "$PWD"/notebooks/:/mnt/notebooks/ mimoralea/gdrl:v0.7` (remember to use `nvidia-docker` if you are using a GPU.)
3. Open a browser and go to the URL shown in the terminal (likely to be: http://localhost:8888). The password is: `gdrl`
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,220 changes: 610 additions & 610 deletions chapter_05/chapter-05.ipynb → notebooks/chapter_05/chapter-05.ipynb

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 41947e9

Please sign in to comment.