Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
SatCat
/
Reinforce-Cartpole-v1
like
0
Reinforcement Learning
CartPole-v1
reinforce
custom-implementation
deep-rl-class
Eval Results (legacy)
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
95d09c3
Reinforce-Cartpole-v1
/
hyperparameters.json
SatCat
Upload . with huggingface_hub
95d09c3
over 3 years ago
raw
Copy download link
history
blame
Safe
175 Bytes
{
"h_size"
:
16
,
"n_training_episodes"
:
1000
,
"n_evaluation_episodes"
:
10
,
"max_t"
:
1000
,
"gamma"
:
1.0
,
"lr"
:
0.01
,
"env_id"
:
"CartPole-v1"
,
"state_space"
:
4
,
"action_space"
:
2
}