This commit is contained in:
wassname
2024-06-02 13:08:24 +08:00
parent d0e1314ee5
commit 61a43cc1d1
3 changed files with 1927 additions and 1 deletions
+1
View File
@@ -136,3 +136,4 @@ dmypy.json
# VScode
.vscode/*
journal.md
+11 -1
View File
@@ -1,3 +1,13 @@
Fork for trying craftax-symbolic (to simply obs parsing) and an LLM (to test if pretrained knowledge helps)... WIP
```sh
poetry install
poetry shell
python3 dreamer.py --configs crafter --task crafter_reward --logdir ./logdir/crafter
```
# dreamerv3-torch
Pytorch implementation of [Mastering Diverse Domains through World Models](https://arxiv.org/abs/2301.04104v1). DreamerV3 is a scalable algorithm that outperforms previous approaches across various domains with fixed hyperparameters.
@@ -7,7 +17,7 @@ Pytorch implementation of [Mastering Diverse Domains through World Models](https
Get dependencies with python 3.9:
```
pip install -r requirements.txt
poetry install
```
Run training on DMC Vision:
```
Generated
+1915
View File
File diff suppressed because it is too large Load Diff