gentnerlab / pyoperant

python package for operant conditioning
BSD 3-Clause "New" or "Revised" License
13 stars 15 forks source link

2ac matching #40

Closed MarvinT closed 10 years ago

MarvinT commented 10 years ago

I'm not sure if I should make this it's own experiment or combine this with the existing two_alt_choice code.

It adds the option to used reduced_stims or to automatically restrict the stims to the first n stims the sampling uses without having to modify stims field in config

also reads a 'patterns' field from the config file and automatically generates stimuli by sampling the stims

neuromusic commented 10 years ago

I think it might make sense to pull parts of this into the core 2AC experimental code. after building the generators, I'm thinking about restructuring some of the code to make it more intuitive. I think I might have gone too far with the nested state machines.