Skip to content

Commit

Permalink
Bump cache version & remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
taufeeque9 committed Oct 5, 2023
1 parent 2038e60 commit 35c7265
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 159 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ commands:
# Download and cache dependencies
- restore_cache:
keys:
- v8linux-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.sh" }}
- v9linux-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.sh" }}

- run:
name: install dependencies
Expand All @@ -75,7 +75,7 @@ commands:
- save_cache:
paths:
- /venv
key: v8linux-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.sh" }}
key: v9linux-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.sh" }}

- run:
name: install imitation
Expand All @@ -96,7 +96,7 @@ commands:

- restore_cache:
keys:
- v7macos-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.sh" }}
- v8macos-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.sh" }}

- run:
name: install dependencies
Expand All @@ -108,7 +108,7 @@ commands:
- save_cache:
paths:
- ~/venv
key: v7macos-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.sh" }}
key: v8macos-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.sh" }}

- run:
name: install imitation
Expand Down Expand Up @@ -138,7 +138,7 @@ commands:
# Download and cache dependencies
- restore_cache:
keys:
- v10win-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.ps1" }}
- v11win-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.ps1" }}

- run:
name: install python and binary dependencies
Expand Down Expand Up @@ -168,7 +168,7 @@ commands:
- save_cache:
paths:
- .\venv
key: v10win-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.ps1" }}
key: v11win-dependencies-{{ checksum "setup.py" }}-{{ checksum "ci/build_and_activate_venv.ps1" }}

- run:
name: install imitation
Expand Down
67 changes: 0 additions & 67 deletions src/imitation/scripts/config/airl_seals_ant_best_hp_eval.json

This file was deleted.

86 changes: 0 additions & 86 deletions src/imitation/scripts/config/airl_seals_walker_best_hp_eval.json

This file was deleted.

0 comments on commit 35c7265

Please sign in to comment.