Views
No views yet
1curl -OL https://huggingface.co/cleanrl/CartPole-v1-c51-seed1/raw/main/c51.py
2curl -OL https://huggingface.co/cleanrl/CartPole-v1-c51-seed1/raw/main/pyproject.toml
3curl -OL https://huggingface.co/cleanrl/CartPole-v1-c51-seed1/raw/main/poetry.lock
4poetry install --all-extras
5python c51.py --save-model --upload-model --hf-entity cleanrl --cuda False --env-id CartPole-v11{'batch_size': 128,
2 'buffer_size': 10000,
3 'capture_video': False,
4 'cuda': False,
5 'end_e': 0.05,
6 'env_id': 'CartPole-v1',
7 'exp_name': 'c51',
8 'exploration_fraction': 0.5,
9 'gamma': 0.99,
10 'hf_entity': 'cleanrl',
11 'learning_rate': 0.00025,
12 'learning_starts': 10000,
13 'n_atoms': 101,
14 'save_model': True,
15 'seed': 1,
16 'start_e': 1,
17 'target_network_frequency': 500,
18 'torch_deterministic': True,
19 'total_timesteps': 500000,
20 'track': False,
21 'train_frequency': 10,
22 'upload_model': True,
23 'v_max': 100,
24 'v_min': -100,
25 'wandb_entity': None,
26 'wandb_project_name': 'cleanRL'}