(RLHell) DQN Agent Playing CartPole-v1

The model was trained by using rlhell.

Command to reproduce the training

curl -OL https://huggingface.co/alperenunlu/CartPole-v1-dqn/raw/main/dqn.py
curl -OL https://huggingface.co/alperenunlu/CartPole-v1-dqn/raw/main/pyproject.toml
curl -OL https://huggingface.co/alperenunlu/CartPole-v1-dqn/raw/main/uv.lock
uv run dqn.py 

Hyperparameters

{'batch_size': 128,
 'buffer_size': 10000,
 'env_id': 'CartPole-v1',
 'eval_episodes': 10,
 'evaluate': True,
 'exp_name': 'dqn',
 'exploration_fraction': 0.5,
 'final_exploration': 0.05,
 'gamma': 0.99,
 'hf_entity': 'alperenunlu',
 'initial_exploration': 1,
 'learning_rate': 0.00025,
 'learning_start': 10000,
 'log_interval': 100,
 'n_envs': 8,
 'push_model': True,
 'save_times': 10,
 'seed': 0,
 'target_network_update_frequency': 500,
 'tau': 1.0,
 'total_timesteps': 500000,
 'train_frequency': 10,
 'video_capture_frequency': 5}
Downloads last month

-

Downloads are not tracked for this model. How to track
Video Preview
loading

Evaluation results