Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ model-index:
|
|
| 21 |
type: CartPole-v0
|
| 22 |
metrics:
|
| 23 |
- type: mean_reward
|
| 24 |
-
value:
|
| 25 |
name: mean_reward
|
| 26 |
---
|
| 27 |
|
|
@@ -29,7 +29,7 @@ model-index:
|
|
| 29 |
|
| 30 |
## Model Description
|
| 31 |
<!-- Provide a longer summary of what this model is. -->
|
| 32 |
-
This is a simple **MuZero** implementation to OpenAI/Gym/Box2d **CartPole-v0** using
|
| 33 |
|
| 34 |
**DI-engine** is a python library for solving general decision intelligence problems, which is based on implementations of reinforcement learning framework using PyTorch or JAX. This library aims to standardize the reinforcement learning framework across different algorithms, benchmarks, environments, and to support both academic researches and prototype applications. Besides, self-customized training pipelines and applications are supported by reusing different abstraction levels of DI-engine reinforcement learning framework.
|
| 35 |
|
|
@@ -284,7 +284,7 @@ exp_config = {
|
|
| 284 |
- **Demo:** [video](https://huggingface.co/OpenDILabCommunity/CartPole-v0-MuZero/blob/main/replay.mp4)
|
| 285 |
<!-- Provide the size information for the model. -->
|
| 286 |
- **Parameters total size:** 13548.13 KB
|
| 287 |
-
- **Last Update Date:** 2023-
|
| 288 |
|
| 289 |
## Environments
|
| 290 |
<!-- 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. -->
|
|
|
|
| 21 |
type: CartPole-v0
|
| 22 |
metrics:
|
| 23 |
- type: mean_reward
|
| 24 |
+
value: 199.4 +/- 1.8
|
| 25 |
name: mean_reward
|
| 26 |
---
|
| 27 |
|
|
|
|
| 29 |
|
| 30 |
## Model Description
|
| 31 |
<!-- Provide a longer summary of what this model is. -->
|
| 32 |
+
This is a simple **MuZero** implementation to OpenAI/Gym/Box2d **CartPole-v0** by using pytorch.
|
| 33 |
|
| 34 |
**DI-engine** is a python library for solving general decision intelligence problems, which is based on implementations of reinforcement learning framework using PyTorch or JAX. This library aims to standardize the reinforcement learning framework across different algorithms, benchmarks, environments, and to support both academic researches and prototype applications. Besides, self-customized training pipelines and applications are supported by reusing different abstraction levels of DI-engine reinforcement learning framework.
|
| 35 |
|
|
|
|
| 284 |
- **Demo:** [video](https://huggingface.co/OpenDILabCommunity/CartPole-v0-MuZero/blob/main/replay.mp4)
|
| 285 |
<!-- Provide the size information for the model. -->
|
| 286 |
- **Parameters total size:** 13548.13 KB
|
| 287 |
+
- **Last Update Date:** 2023-12-05
|
| 288 |
|
| 289 |
## Environments
|
| 290 |
<!-- 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. -->
|