File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- # Transformer-based World Models (TWM )
1
+ # Transformer-based World Models Are Happy With 100k Interactions (ICLR 2023 )
2
2
3
- WIP
3
+ Currently WIP.
4
+
5
+ Implementation of our Transformer-based World Model ([ paper] ( https://openreview.net/pdf?id=TdBaDGCpjly ) ) in PyTorch.
4
6
5
7
Install packages from ` requirements.txt ` . Also make sure you have installed the Atari environments correctly.
6
8
For more information, see: https://github.com/openai/gym/releases/tag/v0.21.0
@@ -12,3 +14,15 @@ python -O twm/main.py --game Breakout --seed 0 --device cuda:0 --cpu_p 1.0 --wan
12
14
13
15
Use ` --wandb online ` to log the metrics in weights and biases.
14
16
To use other hyperparameters, edit the file ` twm/config.py ` .
17
+
18
+ If you find the code in this repository useful, please cite our paper:
19
+ ```
20
+ @inproceedings{
21
+ robine2023transformerbased,
22
+ title={Transformer-based World Models Are Happy With 100k Interactions},
23
+ author={Jan Robine and Marc H{\"o}ftmann and Tobias Uelwer and Stefan Harmeling},
24
+ booktitle={The Eleventh International Conference on Learning Representations },
25
+ year={2023},
26
+ url={https://openreview.net/forum?id=TdBaDGCpjly}
27
+ }
28
+ ```
You can’t perform that action at this time.
0 commit comments