buildingamind / NewbornEmbodiedTuringTest

A testbed for comparing the learning abilities of newborn animals and autonomous artificial agents.
MIT License
9 stars 1 forks source link

Simplify High Arg Functions #129

Closed Zach-Attach closed 1 month ago

Zach-Attach commented 2 months ago

Is your feature request related to a problem? Please describe. Functions such as brain.train and brain.test require too many arguments. Most if not all of this data can be stored in a Job object.

Describe the solution you'd like Changing these functions to accept a Job object would simplify the code.