Update iris/atari/alien/config.json
Browse files
iris/atari/alien/config.json
CHANGED
|
@@ -27,6 +27,8 @@
|
|
| 27 |
"class_name": "WorldModel",
|
| 28 |
"class_args": [
|
| 29 |
{
|
|
|
|
|
|
|
| 30 |
"tokens_per_block": 17,
|
| 31 |
"max_blocks": 20,
|
| 32 |
"attention": "causal",
|
|
|
|
| 27 |
"class_name": "WorldModel",
|
| 28 |
"class_args": [
|
| 29 |
{
|
| 30 |
+
"vocab_size": 512,
|
| 31 |
+
"act_vocab_size": 18,
|
| 32 |
"tokens_per_block": 17,
|
| 33 |
"max_blocks": 20,
|
| 34 |
"attention": "causal",
|