Create config.json
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "EAWM",
|
| 3 |
+
"library_name": "pytorch",
|
| 4 |
+
"paper": "From Observations to Events: Event-Aware World Models for Reinforcement Learning",
|
| 5 |
+
"checkpoint_type": "pretrained_agent_weights",
|
| 6 |
+
"usage": "evaluation_only"
|
| 7 |
+
}
|