1
Fork 0
Commit graph

16 commits

Author SHA1 Message Date
Robin Meersman
ab7fa1584f other: actually add the renamed file to git 2026-04-06 13:58:26 +02:00
Robin Meersman
d5b911fa32 feat(experiments): renamed _train_backup.py to _train_backup.py.back to remove duplicated code warning in pycharm 2026-04-06 13:58:08 +02:00
Robin Meersman
b97fc30d5d feat(PPOTrainer.py): added logging messages 2026-04-06 13:56:54 +02:00
Robin Meersman
84f6fbd76e fix: merge conflict 2026-04-06 12:03:12 +02:00
Robin Meersman
9c5203fc7d fix: formatting + linting 2026-04-06 11:55:05 +02:00
Robin Meersman
3c7670e1b4 fix(train.py): replaced debugging iteration count with dynamically calculated count 2026-04-06 11:54:07 +02:00
Robin Meersman
ca17574272 fix(PPOTrainer.py): finished all jit-related bugs 2026-04-06 11:53:22 +02:00
Robin Meersman
62e11ce243 fix(PPOTrainer.py): bug fixes regarding jax.jit 2026-04-03 15:22:51 +02:00
Robin Meersman
a9302cfd4e fix(PPOTrainer.py): cleaned up + bug fixes regarding misuse of variable/wrong returns 2026-04-03 14:54:57 +02:00
Robin Meersman
4396c9ac4b feat(train.py, PPOTrainer.py): cleaned up training loop to specialized class 2026-04-03 14:23:09 +02:00
Robin Meersman
24da8948c5 fix(merge): fixed merge conflict after popping local changes back in from stash 2026-04-03 13:01:05 +02:00
Robin Meersman
1cb0e2d95b fix(merge): fixed merge conflict 2026-04-03 12:58:40 +02:00
Robin Meersman
ba59361f97 chore(main.py): deleted redundant main.py, feat(plot.py): added plot file to group all visualization related code for the experiments 2026-04-02 15:20:47 +02:00
Robin Meersman
97eaa5c06b chore(train.py): moved from package to experiments directory 2026-04-02 15:13:27 +02:00
RobinMeersman
f594cafead
Morphology/brittle star 2 arms (#17)
Provide the features to read in Environment (Morphology, arena, ...) config files in the JSON format. The example JSON file contains the config for a brittle star with 2 arms
2026-04-01 19:17:42 +02:00
RobinMeersman
a85a7b8d89
Environment setup + train loop (#5)
Mujoco environment setup (vectorized on GPU) + training loop + simulate script
2026-03-26 09:53:54 +01:00