modified based on author's implementation
This commit is contained in:
@@ -17,8 +17,17 @@ Monitor results:
|
||||
tensorboard --logdir $ABSOLUTEPATH_TO_SAVE_LOG
|
||||
```
|
||||
|
||||
## ToDo
|
||||
- [ ] Prototyping
|
||||
- [ ] Modify implementation details based on the author's implementation
|
||||
- [ ] Evaluate on visual DMC suite(~10 tasks)
|
||||
- [ ] Add other tasks and corresponding model sizes implementation
|
||||
- [ ] Continuous implementation improvement
|
||||
|
||||
|
||||
## Acknowledgments
|
||||
This code is heavily inspired by the following works:
|
||||
- danijar's Dreamer-v3 jax implementation: https://github.com/danijar/dreamerv3
|
||||
- danijar's Dreamer-v2 tensorflow implementation: https://github.com/danijar/dreamerv2
|
||||
- jsikyoon's Dreamer-v2 pytorch implementation: https://github.com/jsikyoon/dreamer-torch
|
||||
- RajGhugare19's Dreamer-v2 pytorch implementation: https://github.com/RajGhugare19/dreamerv2
|
||||
|
||||
Reference in New Issue
Block a user