mirror of
https://github.com/wassname/dreamerv3-torch.git
synced 2026-06-27 16:15:31 +08:00
wip
This commit is contained in:
@@ -136,3 +136,4 @@ dmypy.json
|
||||
|
||||
# VScode
|
||||
.vscode/*
|
||||
journal.md
|
||||
|
||||
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user