Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Nebyx
/
Reinforce-Cartpole
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
0c9a0c8
Reinforce-Cartpole
/
hyperparameters.json
Nebyx
Upload folder using huggingface_hub
0c9a0c8
almost 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
177 Bytes
{
"h_size"
:
32
,
"n_training_episodes"
:
1000
,
"n_evaluation_episodes"
:
100
,
"max_t"
:
1000
,
"gamma"
:
0.99
,
"lr"
:
0.01
,
"env_id"
:
"CartPole-v1"
,
"state_space"
:
4
,
"action_space"
:
2
}