Update README.md
Browse files
README.md
CHANGED
|
@@ -2,8 +2,10 @@
|
|
| 2 |
## Overview
|
| 3 |
|
| 4 |
**EAWM** (Event-Aware World Models) is an event-aware world model framework for reinforcement learning. In addition to conventional observation prediction, EAWM explicitly models events so that the world model can learn sparser and more interpretable environment dynamics. The repository includes experiments on Atari, DeepMind Control Suite, DMC-GB2, and Craftax.
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
-

|
| 7 |
|
| 8 |
## Using Checkpoints
|
| 9 |
|
|
|
|
| 2 |
## Overview
|
| 3 |
|
| 4 |
**EAWM** (Event-Aware World Models) is an event-aware world model framework for reinforcement learning. In addition to conventional observation prediction, EAWM explicitly models events so that the world model can learn sparser and more interpretable environment dynamics. The repository includes experiments on Atari, DeepMind Control Suite, DMC-GB2, and Craftax.
|
| 5 |
+
<div align="center">
|
| 6 |
+
<img src="https://github.com/MarquisDarwin/EAWM/blob/master/results/results.png" height="220" />
|
| 7 |
+
</div>
|
| 8 |
|
|
|
|
| 9 |
|
| 10 |
## Using Checkpoints
|
| 11 |
|