Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #138

Open
wants to merge 1 commit into
base: ddc_challenge
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ First, [Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/
Now you can navigate inside the container as it was on a normal Ubuntu machine.
If you wish to open another terminal connected to the container use: `docker exec -it ddc-challenge bash`.

5. In this terminal, follow the instructions that you can find here [uzh-rpg/flightmare Wiki](https://github.com/uzh-rpg/flightmare/wiki/Install-with-pip) to install flightmare and its dependencies. The apt dependencies are already installed. For example, if you want to usa anaconda, please use these commands:
5. In this terminal, follow the instructions that you can find here [uzh-rpg/flightmare Wiki](https://github.com/uzh-rpg/flightmare/wiki/Install-with-pip) to install flightmare and its dependencies. The apt dependencies are already installed. For example, if you want to use anaconda, please use these commands:
1. `conda create --name RL python=3.6`
2. `conda activate RL`
3. `conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 -c pytorch`
Expand Down