darwin05 commited on
Commit
996842e
·
verified ·
1 Parent(s): d0c8f4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
- ![result.png](https://github.com/MarquisDarwin/EAWM/blob/master/results/results.png)
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