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