Skip to content

Commit ceceb12

Browse files
committed
sac improvements, new envs, seeding, saving
2 parents e6adbaf + 7c79773 commit ceceb12

40 files changed

+3751
-1387
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: ⚡ Cache
12-
uses: actions/cache@v2
12+
uses: actions/cache@v4
1313
with:
1414
path: |
1515
~/.cargo/registry

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# General
22
/logs
3+
/weights
34
.vscode
45

56
# Rust
@@ -10,4 +11,4 @@
1011
**/__pycache__
1112

1213
# macOS
13-
.DS_Store
14+
.DS_Store

0 commit comments

Comments
 (0)