ppo-CleanRL-LunarLander / hyperparameters.json
SamTru88's picture
PPO from scratch LunarLander (Deep RL Unit 8)
80f9014 verified
Raw
History Blame Contribute Delete
81 Bytes
{
"env_id": "LunarLander-v2",
"algo": "PPO",
"obs_dim": 8,
"act_dim": 4
}