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
Brhnglc
/
model.3
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
main
model.3
/
hyperparameters.json
Brhnglc
Upload . with huggingface_hub
8ffd31d
over 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
176 Bytes
{
"h_size"
:
17
,
"n_training_episodes"
:
1900
,
"n_evaluation_episodes"
:
12
,
"max_t"
:
1000
,
"gamma"
:
1.0
,
"lr"
:
0.001
,
"env_id"
:
"CartPole-v1"
,
"state_space"
:
4
,
"action_space"
:
2
}