Skip to content

Commit e6a8e59

Browse files
authoredApr 4, 2023
Merge pull request #1 from tuelwer/patch-1
Update README.md
2 parents e9e9d6f + be816d8 commit e6a8e59

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed
 

‎README.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Transformer-based World Models (TWM)
1+
# Transformer-based World Models Are Happy With 100k Interactions (ICLR 2023)
22

3-
WIP
3+
Currently WIP.
4+
5+
Implementation of our Transformer-based World Model ([paper](https://openreview.net/pdf?id=TdBaDGCpjly)) in PyTorch.
46

57
Install packages from `requirements.txt`. Also make sure you have installed the Atari environments correctly.
68
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
1214

1315
Use `--wandb online` to log the metrics in weights and biases.
1416
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+
```

0 commit comments

Comments
 (0)
Please sign in to comment.