diff --git a/.gitignore b/.gitignore index e2363a0..996a8ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ # Stuff -_example/ \ No newline at end of file +#_example/ + +# Python +__pycache__/ + +# Training +training/**/events.out.tfevents.* +training/**/checkpoints/ diff --git a/training/runs/ppo_herding/best_model/best_model.zip b/training/runs/ppo_herding/best_model/best_model.zip new file mode 100644 index 0000000..e23c582 Binary files /dev/null and b/training/runs/ppo_herding/best_model/best_model.zip differ diff --git a/training/runs/ppo_herding/evaluations.npz b/training/runs/ppo_herding/evaluations.npz new file mode 100644 index 0000000..25b9d46 Binary files /dev/null and b/training/runs/ppo_herding/evaluations.npz differ diff --git a/training/runs/ppo_herding/final_model.zip b/training/runs/ppo_herding/final_model.zip new file mode 100644 index 0000000..0989878 Binary files /dev/null and b/training/runs/ppo_herding/final_model.zip differ diff --git a/training/runs/ppo_herding/vecnorm.pkl b/training/runs/ppo_herding/vecnorm.pkl new file mode 100644 index 0000000..1a6b1fb Binary files /dev/null and b/training/runs/ppo_herding/vecnorm.pkl differ