berenslab / retinal-rl

Testing theories about retinal coding in reinforcement learning environments
GNU Affero General Public License v3.0
0 stars 1 forks source link

implement Multi-Objective / Goal system #34

Open fabioseel opened 1 month ago

fabioseel commented 1 month ago

This is probably the biggest TODO. I think there won't be a way around modifying the library to our needs, I am unsure whether weird side-effects could arise. Might be worth implementing some safety checks / tests first and approach this test-driven.

Definitely will affect the Learner class / backward step.

fabioseel commented 1 week ago