Downloads · 30 days
0
SimingSiming/reinforce-CartPole-v2
reinforce-CartPole-v2 is a reinforcement learning model from SimingSiming. Use it for the reinforcement learning task on the model card, and read the license before you ship it in a product.
cartpolehyperparameters = { <br "hsize": 16,<br "ntrainingepisodes": 1000, <br "nevaluationepisodes": 10, <br "maxt": 1000, <br "gamma": 1.0, <br "lr": 1e-2, <br "envid": envid, <br "statespace": ssize, <br "actionspa…
Downloads · 30 days
0
Access
Public
Updated Dec 2, 2022
Repo size
28 KB
Likes
0
Public
Click a slice to open those files.
.mp425.4 KB · 83%
From the Hugging Face model README
cartpole_hyperparameters = { <br> "h_size": 16,<br> "n_training_episodes": 1000, <br> "n_evaluation_episodes": 10, <br> "max_t": 1000, <br> "gamma": 1.0, <br> "lr": 1e-2, <br> "env_id": env_id, <br> "state_space": s_size, <br> "action_space": a_size, <br> }