Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
rika37
/
Reinforce-03
like
0
Reinforcement Learning
CartPole-v1
reinforce
custom-implementation
deep-rl-class
Eval Results
Model card
Files
Files and versions
Community
6bf1bae
Reinforce-03
/
hyperparameters.json
rika37
Upload folder using huggingface_hub
6bf1bae
about 1 year ago
raw
Copy download link
history
blame
Safe
175 Bytes
{
"h_size"
:
16
,
"n_training_episodes"
:
2000
,
"n_evaluation_episodes"
:
50
,
"max_t"
:
5000
,
"gamma"
:
1.0
,
"lr"
:
0.01
,
"env_id"
:
"CartPole-v1"
,
"state_space"
:
4
,
"action_space"
:
2
}