updated requirements

This commit is contained in:
NM512
2024-09-24 00:33:02 +09:00
parent 6d08232ad7
commit 4538f366e7
5 changed files with 43 additions and 41 deletions

View File

@@ -5,7 +5,7 @@ Pytorch implementation of [Mastering Diverse Domains through World Models](https
### Method 1: Manual
Get dependencies with python 3.9:
Get dependencies with python 3.11:
```
pip install -r requirements.txt
```
@@ -17,6 +17,8 @@ Monitor results:
```
tensorboard --logdir ./logdir
```
To set up Atari or Minecraft environments, please check the scripts located in [env/setup_scripts](https://github.com/NM512/dreamerv3-torch/tree/main/envs/setup_scripts).
### Method 2: Docker
Please refer to the Dockerfile for the instructions, as they are included within.