Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -199,6 +199,7 @@ exp_config = {
|
|
| 199 |
'collector_env_num': 8,
|
| 200 |
'evaluator_env_num': 3,
|
| 201 |
'env_type': 'not_board_games',
|
|
|
|
| 202 |
'battle_mode': 'play_with_bot_mode',
|
| 203 |
'monitor_extra_statistics': True,
|
| 204 |
'game_segment_length': 50,
|
|
@@ -291,13 +292,13 @@ exp_config = {
|
|
| 291 |
- **Demo:** [video](https://huggingface.co/OpenDILabCommunity/CartPole-v0-MuZero/blob/main/replay.mp4)
|
| 292 |
<!-- Provide the size information for the model. -->
|
| 293 |
- **Parameters total size:** 13548.13 KB
|
| 294 |
-
- **Last Update Date:** 2023-12-
|
| 295 |
|
| 296 |
## Environments
|
| 297 |
<!-- Address questions around what environment the model is intended to be trained and deployed at, including the necessary information needed to be provided for future users. -->
|
| 298 |
- **Benchmark:** OpenAI/Gym/Box2d
|
| 299 |
- **Task:** CartPole-v0
|
| 300 |
- **Gym version:** 0.25.1
|
| 301 |
-
- **DI-engine version:** v0.
|
| 302 |
-
- **PyTorch version:** 2.
|
| 303 |
- **Doc**: [Environments link](<TODO>)
|
|
|
|
| 199 |
'collector_env_num': 8,
|
| 200 |
'evaluator_env_num': 3,
|
| 201 |
'env_type': 'not_board_games',
|
| 202 |
+
'action_type': 'fixed_action_space',
|
| 203 |
'battle_mode': 'play_with_bot_mode',
|
| 204 |
'monitor_extra_statistics': True,
|
| 205 |
'game_segment_length': 50,
|
|
|
|
| 292 |
- **Demo:** [video](https://huggingface.co/OpenDILabCommunity/CartPole-v0-MuZero/blob/main/replay.mp4)
|
| 293 |
<!-- Provide the size information for the model. -->
|
| 294 |
- **Parameters total size:** 13548.13 KB
|
| 295 |
+
- **Last Update Date:** 2023-12-15
|
| 296 |
|
| 297 |
## Environments
|
| 298 |
<!-- Address questions around what environment the model is intended to be trained and deployed at, including the necessary information needed to be provided for future users. -->
|
| 299 |
- **Benchmark:** OpenAI/Gym/Box2d
|
| 300 |
- **Task:** CartPole-v0
|
| 301 |
- **Gym version:** 0.25.1
|
| 302 |
+
- **DI-engine version:** v0.5.0
|
| 303 |
+
- **PyTorch version:** 2.0.1+cu117
|
| 304 |
- **Doc**: [Environments link](<TODO>)
|