Views
No views yet
cleanrl package with the following command:pip install "cleanrl[sweep]"
python -m cleanrl_utils.enjoy --exp-name sweep --env-id Pong-v41curl -OL https://huggingface.co/pfunk/Pong-v4-sweep-seed1/raw/main/dqpn_atari.py
2curl -OL https://huggingface.co/pfunk/Pong-v4-sweep-seed1/raw/main/pyproject.toml
3curl -OL https://huggingface.co/pfunk/Pong-v4-sweep-seed1/raw/main/poetry.lock
4poetry install --all-extras
5python dqpn_atari.py --end-policy-f=1000 --env-id=Pong-v4 --evaluation-fraction=1 --exp-name=sweep --hf-entity=pfunk --policy-tau=1 --save-model=true --seed=1 --start-policy-f=1000 --target-tau=1 --total-timesteps=25000000 --track=true --upload-model=true --wandb-entity=pfunk --wandb-project-name=dqpn1{'batch_size': 32,
2 'buffer_size': 1000000,
3 'capture_video': False,
4 'cuda': True,
5 'end_e': 0.01,
6 'end_policy_f': 1000,
7 'env_id': 'Pong-v4',
8 'evaluation_fraction': 1.0,
9 'exp_name': 'sweep',
10 'exploration_fraction': 0.1,
11 'gamma': 0.99,
12 'hf_entity': 'pfunk',
13 'learning_rate': 0.0001,
14 'learning_starts': 80000,
15 'policy_tau': 1.0,
16 'save_model': True,
17 'seed': 1,
18 'start_e': 1,
19 'start_policy_f': 1000,
20 'target_network_frequency': 1000,
21 'target_tau': 1.0,
22 'torch_deterministic': True,
23 'total_timesteps': 25000000,
24 'track': True,
25 'train_frequency': 4,
26 'upload_model': True,
27 'wandb_entity': 'pfunk',
28 'wandb_project_name': 'dqpn'}