André Pedersen

Results 76 issues of André Pedersen

Quite annoyingly, the `keyboard` library requires `sudo` rights in order to be used on macOS. If this is not done, you will get [this error message](https://github.com/glitchassassin/lackey/issues/108). The alternatively is to...

bug

The current checkpoint callback saves a model at a given step periodically. However, it is not necessarily the best model. We should use the EvalCallback: https://stable-baselines3.readthedocs.io/en/master/guide/callbacks.html#evalcallback

bug
enhancement

During deployment, when buying the otter, it will give +2 attack +1 defence to a random member in the team. This is not recorded in the team.

bug

This stems from `sapai-gym`, which has not added support for it yet: https://github.com/alexdriedger/sapai-gym/blob/master/sapai_gym/SuperAutoPetsEnv.py#L294 When this is added, we will also need to add support for it in the machine vision...

enhancement

When doing some CI tests, I observed that for some setups training never stopped. It seemed to always reach the same successful state. Hence, when restarting the training, are we...

bug

**Describe the feature and the current behavior/state:** Gradient accumulation is extremely useful when working with large images/volumetric data, using low-end hardware, or training on multiple GPUs. For me, the most...

type:feature