Skip to content

Commit

Permalink
Add A2C mujoco agents
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Aug 5, 2022
1 parent f43c585 commit 0161d78
Show file tree
Hide file tree
Showing 21 changed files with 35,315 additions and 0 deletions.
3,099 changes: 3,099 additions & 0 deletions a2c/Ant-v3_1/0.monitor.csv

Large diffs are not rendered by default.

Binary file added a2c/Ant-v3_1/Ant-v3.zip
Binary file not shown.
73 changes: 73 additions & 0 deletions a2c/Ant-v3_1/Ant-v3/args.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
!!python/object/apply:collections.OrderedDict
- - - algo
- a2c
- - device
- auto
- - env
- Ant-v3
- - env_kwargs
- null
- - eval_episodes
- 5
- - eval_freq
- 25000
- - gym_packages
- []
- - hyperparams
- null
- - log_folder
- logs
- - log_interval
- -1
- - n_eval_envs
- 1
- - n_evaluations
- null
- - n_jobs
- 1
- - n_startup_trials
- 10
- - n_timesteps
- -1
- - n_trials
- 500
- - no_optim_plots
- false
- - num_threads
- -1
- - optimization_log_path
- null
- - optimize_hyperparameters
- false
- - pruner
- median
- - sampler
- tpe
- - save_freq
- -1
- - save_replay_buffer
- false
- - seed
- 3109947629
- - storage
- null
- - study_name
- null
- - tensorboard_log
- ''
- - track
- false
- - trained_agent
- ''
- - truncate_last_trajectory
- true
- - uuid
- false
- - vec_env
- dummy
- - verbose
- 1
- - wandb_entity
- null
- - wandb_project_name
- sb3
7 changes: 7 additions & 0 deletions a2c/Ant-v3_1/Ant-v3/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
!!python/object/apply:collections.OrderedDict
- - - n_timesteps
- 1000000.0
- - normalize
- true
- - policy
- MlpPolicy
1 change: 1 addition & 0 deletions a2c/Ant-v3_1/Ant-v3/env_kwargs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Binary file added a2c/Ant-v3_1/Ant-v3/vecnormalize.pkl
Binary file not shown.
Binary file added a2c/Ant-v3_1/evaluations.npz
Binary file not shown.
Loading

0 comments on commit 0161d78

Please sign in to comment.