added Docker instruction

This commit is contained in:
NM512
2023-10-02 07:37:08 +09:00
parent 1002d8b115
commit 0eec12bd1c
4 changed files with 16 additions and 10 deletions

View File

@@ -3,7 +3,9 @@ Pytorch implementation of [Mastering Diverse Domains through World Models](https
## Instructions
Get dependencies:
### Method 1: Manual
Get dependencies with python 3.9:
```
pip install -r requirements.txt
```
@@ -15,6 +17,9 @@ Monitor results:
```
tensorboard --logdir ./logdir
```
### Method 2: Docker
Please refer to the Dockerfile for the instructions, as they are included within.
## Benchmarks
So far, the following benchmarks can be used for testing.