Add model card metadata
#4
by PatrykT - opened
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# MiniDreamer
|
| 2 |
|
| 3 |
MiniDreamer is a PlaNet-style world model project for `MiniGrid-FourRooms-v0`. It learns a recurrent latent dynamics model from partial RGB observations, predicts reward and episode termination, and uses discrete CEM planning in latent space.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- reinforcement-learning
|
| 5 |
+
- model-based-rl
|
| 6 |
+
- world-model
|
| 7 |
+
- minigrid
|
| 8 |
+
- fourrooms
|
| 9 |
+
- planning
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# MiniDreamer
|
| 13 |
|
| 14 |
MiniDreamer is a PlaNet-style world model project for `MiniGrid-FourRooms-v0`. It learns a recurrent latent dynamics model from partial RGB observations, predicts reward and episode termination, and uses discrete CEM planning in latent space.
|