Skip to content

Commit d1b36c7

Browse files
committed
Schola v1.3.0
1 parent 4c5703a commit d1b36c7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+4747
-1084
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ documentation/*.bkp
100100
*.egg-info/
101101
*.egg
102102

103-
#Training checkpoints
103+
#Training checkpoints and logs
104104
**/ckpt/*
105+
**/logs/*
105106

106107
#Built documentation
107108
/Docs/Doxygen/html/*

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ abstract: >-
3232
Stable Baselines 3 for training agents with RL.
3333
keywords:
3434
- Reinforcement Learning
35-
- Unreal Engine 5
35+
- Unreal Engine 5
3636
- Python
3737
license: MIT
38-
version: '1.1'
39-
date-released: '2025-04-01'
38+
version: '1.3'
39+
date-released: '2025-08-01'
30.9 KB
Loading
488 KB
Loading
18 KB
Loading
23.1 KB
Loading
48.7 KB
Loading
153 KB
Loading
64 KB
Loading
72.4 KB
Loading

0 commit comments

Comments
 (0)