Skip to content

Commit

Permalink
Trained agent
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Jun 24, 2021
1 parent ce18c6f commit fc85bd2
Show file tree
Hide file tree
Showing 21 changed files with 100,744 additions and 0 deletions.
20,002 changes: 20,002 additions & 0 deletions her/PandaPickAndPlace-v1_1/0.monitor.csv

Large diffs are not rendered by default.

Binary file not shown.
61 changes: 61 additions & 0 deletions her/PandaPickAndPlace-v1_1/PandaPickAndPlace-v1/args.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
!!python/object/apply:collections.OrderedDict
- - - algo
- tqc
- - env
- PandaPickAndPlace-v1
- - env_kwargs
- null
- - eval_episodes
- 5
- - eval_freq
- 10000
- - gym_packages
- []
- - hyperparams
- null
- - log_folder
- logs
- - log_interval
- -1
- - n_eval_envs
- 1
- - n_evaluations
- 20
- - n_jobs
- 1
- - n_startup_trials
- 10
- - n_timesteps
- -1
- - n_trials
- 10
- - num_threads
- -1
- - optimize_hyperparameters
- false
- - pruner
- median
- - sampler
- tpe
- - save_freq
- -1
- - save_replay_buffer
- false
- - seed
- 1297111683
- - storage
- null
- - study_name
- null
- - tensorboard_log
- ''
- - trained_agent
- ''
- - truncate_last_trajectory
- true
- - uuid
- false
- - vec_env
- dummy
- - verbose
- 1
22 changes: 22 additions & 0 deletions her/PandaPickAndPlace-v1_1/PandaPickAndPlace-v1/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
!!python/object/apply:collections.OrderedDict
- - - batch_size
- 1024
- - buffer_size
- 1000000
- - gamma
- 0.95
- - learning_rate
- 0.001
- - n_timesteps
- 1000000.0
- - policy
- MultiInputPolicy
- - policy_kwargs
- dict(net_arch=[512, 512, 512], n_critics=2)
- - replay_buffer_class
- HerReplayBuffer
- - replay_buffer_kwargs
- dict( online_sampling=True, goal_selection_strategy='future', n_sampled_goal=4
)
- - tau
- 0.05
Binary file added her/PandaPickAndPlace-v1_1/evaluations.npz
Binary file not shown.
Loading

0 comments on commit fc85bd2

Please sign in to comment.