updated results
This commit is contained in:
parent
6273444394
commit
44f8edc115
14
README.md
14
README.md
@ -1,9 +1,10 @@
|
|||||||
# dreamerv3-torch
|
# dreamerv3-torch
|
||||||
Pytorch implementation of [Mastering Diverse Domains through World Models](https://arxiv.org/abs/2301.04104v1).\
|
Pytorch implementation of [Mastering Diverse Domains through World Models](https://arxiv.org/abs/2301.04104v1).\
|
||||||
Validation is in progress.
|
Validation is in progress.
|
||||||

|

|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
|
|
||||||
Get dependencies:
|
Get dependencies:
|
||||||
```
|
```
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
@ -18,11 +19,12 @@ tensorboard --logdir $ABSOLUTEPATH_TO_SAVE_LOG
|
|||||||
```
|
```
|
||||||
|
|
||||||
## ToDo
|
## ToDo
|
||||||
- [ ] Prototyping
|
- [x] Prototyping
|
||||||
- [ ] Modify implementation details based on the author's implementation
|
- [x] Modify implementation details based on the author's implementation
|
||||||
- [ ] Evaluate on visual DMC suite(~10 tasks)
|
- [ ] Evaluate on visual DMC suite
|
||||||
- [ ] Add other tasks and corresponding model sizes implementation
|
- [ ] Add state input capability and evaluate on Proprio Control Suite environment
|
||||||
- [ ] Continuous implementation improvement
|
- [ ] Add model size options and evaluate on environments which requires that (like Minecraft)
|
||||||
|
- [ ] etc.
|
||||||
|
|
||||||
|
|
||||||
## Acknowledgments
|
## Acknowledgments
|
||||||
|
Loading…
x
Reference in New Issue
Block a user