Tosch

Results 11 issues of Tosch

TODO: call toybox from baselines, not baselines from toybox. I'd like to completely excise baselines from our repo.

RuntimeWarning: 'toybox.interventions.space_invaders' found in sys.modules after import of package 'toybox.interventions', but prior to execution of 'toybox.interventions.space_invaders'; this may result in unpredictable behaviour This will become a problem eventually.

* [x] Right now in TB if a column is cleared, it doesn't confer any advantages. Enemies always move between the same horizontal endpoints. However, in real space invaders, when...

rust
space_invaders

Right now we copy the baselines repo and edit the run.py. This is not sustainable, nor is it best practices! Make our own layer! Be best!

python

We want to enforce that types all live in `/src/types.rs`. Need to write a small program to do this that we can run as a pre-commit hook. This is a...

good first issue

Not sure if these would be interesting, but they are possible interventions similar to the schema networks paper: ``` Moving Shields- the SHIELDS move back and forth on the screen,...

FrozenLake is an OpenAI task that we should be able to use as part of the evaluation in the paper. It's a GridWorld-like task.

enhancement
python
rust

We'd like to preliminarily support alternative enemy movement protocols that the user can provide via Python functions and an API.

amidar
python
rust