joey-kilgore / ML-Neuroscience

Using machine learning to control electrodes
3 stars 0 forks source link

Training Gyms for NEAT #9

Closed joey-kilgore closed 5 years ago

joey-kilgore commented 5 years ago

There needs to be an interface defined for easily creating new training environments or 'Gyms' for the networks to learn in. These should have the ability to be completely separated from the networks. Data about the state should be generated, and then input for the next state is given. Those should be the only links between the two.

joey-kilgore commented 5 years ago

I think the XORGym will serve as a basis for making new gyms