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

Fix rl config #50

Open fabioseel opened 7 hours ago

fabioseel commented 7 hours ago

Finally got the RL config working again

added a working config to the examples made necessary changes to the rl framework + related modules to adapt to config changes

most notably I needed a function building the Brain from a DictConfig for better interfacing (and in order to not duplicate code)