Edit model card

PPO Agent Playing CartPole-v1

This is a trained model of a PPO agent playing CartPole-v1.

Hyperparameters

{'env_id': 'CartPole-v1'
'seed': 1
'num_envs': 8
'pi_hidden_layers': (64
64)
'v_hidden_layers': (64
64)
'learning_rate': 0.001
'anneal_lr': True
'total_timesteps': 100000
'num_steps': 32
'gamma': 0.98
'gae_lambda': 0.8
'num_minibatches': 1
'num_epochs': 20
'norm_advantage': True
'clip_coef': 0.2
'clip_vloss': True
'vf_coef': 0.5
'ent_coef': 0.0
'max_grad_norm': 0.5
'target_kl': None}
Downloads last month
0
Video Preview
loading

Evaluation results