JibrilExe
|
30c19d9a5e
|
fix: renamed wandb exp
|
2026-04-16 09:42:46 +02:00 |
|
JibrilExe
|
b48aea619a
|
feat: modded reward?
|
2026-04-16 09:41:10 +02:00 |
|
Cedric Mekeirle
|
467483d0ae
|
Merge pull request #34 from SELab-3-2026/debug_experiments
Debug setup and experiments
|
2026-04-16 00:07:24 +02:00 |
|
cedric
|
ae6beb174b
|
fix: updated used vars
|
2026-04-15 05:39:18 +00:00 |
|
JibrilExe
|
20ba63a303
|
fix: ruff format
|
2026-04-14 21:14:26 +02:00 |
|
JibrilExe
|
0a9bf2e0a5
|
fix: dont store clipped action, and upgraded reward scale
|
2026-04-14 20:30:21 +02:00 |
|
JibrilExe
|
7a87facc8a
|
feat: value loss clipping
|
2026-04-14 19:23:20 +02:00 |
|
JibrilExe
|
1f8fdbdc59
|
feat: observation normalization
|
2026-04-14 19:07:15 +02:00 |
|
JibrilExe
|
631d01ebf6
|
feat: log distance to target for each env
|
2026-04-12 13:09:53 +02:00 |
|
JibrilExe
|
c5a8dd2b3a
|
feat: expanded used var doc, and added distance to target log
|
2026-04-12 12:54:48 +02:00 |
|
JibrilExe
|
1c328bdde1
|
fix: observation filtering, action clipping, log_std clip, reward discount, bigger MLP
|
2026-04-12 11:12:46 +02:00 |
|
JibrilExe
|
c0e7569773
|
feat: More low lvl logs, reward, advantage, returns
|
2026-04-11 13:42:52 +02:00 |
|
JibrilExe
|
aad086cb7d
|
fix: Merge with origin/dev
|
2026-04-10 15:20:22 +02:00 |
|
JibrilExe
|
1ef257544a
|
feat: first approach to action clipping
|
2026-04-10 15:18:33 +02:00 |
|
Cedric Mekeirle
|
a9ac7e7c0d
|
Merge pull request #33 from SELab-3-2026/debug_charts
Charts to make debugging easier
|
2026-04-10 13:02:30 +02:00 |
|
cedric
|
ac352ef431
|
feat: start of debug setup, experiment description,..
|
2026-04-10 10:17:18 +00:00 |
|
JibrilExe
|
cee6b53ada
|
fix(hpc): removed local package install command as it was fixed in tibo's older pr
|
2026-04-10 09:07:43 +02:00 |
|
JibrilExe
|
b7e2beb65d
|
fx(cleanup): removed meaningless comments, added typing and renamed lossinfo to trainingmeasurements
|
2026-04-10 08:31:52 +02:00 |
|
JibrilExe
|
6e942d896b
|
fix(gae): fixes #31
|
2026-04-10 08:23:34 +02:00 |
|
cedric
|
bf6434ea6c
|
fix(cleanup): ruff format
|
2026-04-09 22:13:07 +00:00 |
|
vsc46589 vscuser
|
71349af5b9
|
feat(logging): added avg episode at which terminated or truncated happened
|
2026-04-10 00:11:18 +02:00 |
|
vsc46589 vscuser
|
f7428f9d90
|
feat(logging): added amount of envs that truncated and terminated
|
2026-04-09 23:40:58 +02:00 |
|
vsc46589 vscuser
|
b839024e6e
|
feat(logging): added explained variance chart
|
2026-04-09 23:14:52 +02:00 |
|
Cedric Mekeirle
|
1c64dc20ae
|
Merge pull request #19 from SELab-3-2026/docs/reward_and_mlp-design
Extended docs on mlp and reward design plus cleanup, cheers.
|
2026-04-09 22:09:58 +02:00 |
|
|
|
4a96acf744
|
Merge pull request #32 from SELab-3-2026/ci/fix
|
2026-04-09 16:21:13 +02:00 |
|
|
|
f6e050dc51
|
ci: fix action
|
2026-04-09 15:53:09 +02:00 |
|
|
|
4a15341314
|
Merge branch 'dev' into docs/reward_and_mlp-design
|
2026-04-09 15:32:10 +02:00 |
|
|
|
70facf51cf
|
Merge pull request #20 from SELab-3-2026/feat/wandb-logging
feat: Experiment logging setup
|
2026-04-09 15:26:26 +02:00 |
|
|
|
2d43f5e642
|
Apply suggestions from code review
Co-authored-by: RobinMeersman <77965843+RobinMeersman@users.noreply.github.com>
Co-authored-by: Tibo De Peuter <tibo.depeuter@telenet.be>
|
2026-04-09 15:02:02 +02:00 |
|
|
|
849581fcfd
|
fix: linting
|
2026-04-09 00:37:02 +02:00 |
|
|
|
2f31df412b
|
fix(log): avoid duplicates in logs
|
2026-04-09 00:14:28 +02:00 |
|
|
|
fe10faa344
|
test(log): wandb integration config file
|
2026-04-09 00:04:36 +02:00 |
|
|
|
75c6d5bacd
|
fix: mypy complaints
|
2026-04-09 00:02:18 +02:00 |
|
|
|
f6dc9c8e7f
|
feat: add build system, mypy and editable source
|
2026-04-09 00:02:13 +02:00 |
|
|
|
3c6eec2410
|
fix(hpc): typos, .env and pythonpath
|
2026-04-09 00:01:58 +02:00 |
|
|
|
cd7169a75f
|
docs(log): extend how to use UnifiedLogger
|
2026-04-08 20:47:48 +02:00 |
|
|
|
e9b52e9e8f
|
refactor: migrate configs from JSON to YAML
|
2026-04-08 20:37:47 +02:00 |
|
|
|
ae483b306f
|
feat(log): add SimpleLogger for terminal logging without external backends
|
2026-04-08 20:26:26 +02:00 |
|
|
|
d9202b0390
|
refactor(log): use UnifiedLogger in training script
|
2026-04-08 20:14:31 +02:00 |
|
cedric
|
268c0461f9
|
feat(docs): expanded reward function docs
|
2026-04-08 17:56:26 +00:00 |
|
|
|
46ae13abc3
|
feat(log): non-interactive logging, incl. progress bar
|
2026-04-08 19:54:05 +02:00 |
|
|
|
faf31567e8
|
refactor(log): PPOTrainer
|
2026-04-08 19:32:48 +02:00 |
|
|
|
795ae48520
|
feat(log): add TensorBoard support and enhance WandB API key checking
|
2026-04-08 18:58:33 +02:00 |
|
|
|
d4ac45b34e
|
feat(logger): updated run_name format and added runtime log level filtering
|
2026-04-08 18:53:31 +02:00 |
|
|
|
512272d6ab
|
Merge branch 'dev' into feat/wandb-logging
|
2026-04-08 16:15:38 +02:00 |
|
|
|
67027e8905
|
fix: update file link
|
2026-04-08 15:43:12 +02:00 |
|
|
|
16cc86b30c
|
docs: add actor/critic pipeline figures
|
2026-04-08 14:44:09 +02:00 |
|
|
|
9f4a5c57ba
|
chore: cleanup unused files
|
2026-04-08 14:37:54 +02:00 |
|
|
|
d8c2917923
|
docs: detailed actor-critic pipelines
|
2026-04-08 14:21:44 +02:00 |
|
|
|
9bec02594e
|
docs: model input/output
|
2026-04-08 12:29:15 +02:00 |
|