Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecb authored Oct 15, 2018
1 parent 5a0e8a0 commit fc16bb6
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A platform for simulating language learning with a human in the loop. This is a

Requirements:
- Python 3.5+
- OpenAI gym
- OpenAI Gym
- NumPy
- PyQT5
- PyTorch 0.4.1+
Expand All @@ -34,6 +34,22 @@ conda env create -f environment.yaml

Having done that, install this repository in the conda environment using the command above.

### Docker Container

A prebuilt docker image is available [on Docker Hub](https://hub.docker.com/r/maximecb/babyai/). You can download this image by executing:

```
docker pull maximecb/babyai
```

You should run the image with `nvidia-docker` (which allows you to use CUDA):

```
nvidia-docker run -it maximecb/babyai bash
```

Pretrained IL and RL models can be found in the `models` directory of the image.

## Structure of the Codebase

In `babyai`:
Expand Down

0 comments on commit fc16bb6

Please sign in to comment.