Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Abhinay45
/
Pixelcopter-PLE-v0
like
0
Reinforcement Learning
Pixelcopter-PLE-v0
reinforce
custom-implementation
deep-rl-class
Eval Results
Model card
Files
Files and versions
Community
0c4551b
Pixelcopter-PLE-v0
/
hyperparameters.json
Abhinay45
Upload 6 files
0c4551b
verified
5 months ago
raw
Copy download link
history
blame
Safe
187 Bytes
{
"h_size"
:
64
,
"n_training_episodes"
:
25000
,
"n_evaluation_episodes"
:
10
,
"max_t"
:
10000
,
"gamma"
:
0.99
,
"lr"
:
0.0001
,
"env_id"
:
"Pixelcopter-PLE-v0"
,
"state_space"
:
7
,
"action_space"
:
2
}