Teaching Shutdown Controls: Error and Repetitions

Have specific questions about how to work with certain MemBrain features? Not sure about which checkbox in MemBrain has which effects? Want to know if a certain functionality is available in MemBrain or not?

Your questions will be appreciated here!
Post Reply
MrCreosote
Posts: 55
Joined: Wed 21. Jul 2010, 18:43

Teaching Shutdown Controls: Error and Repetitions

Post by MrCreosote »

At first it is quite clear how to specify an error limit that will stop Teach when that error limit is achieved.

At first it appeared that there was no way to teach for n repetitions (or epochs).

With the TeachStep, a Script loop could have been written to loop n times to do this. This was not considered a very good way to do it.

But then it occurred to me that it is possible with Lesson Repetitions.

Is this right?

Just set Lesson Repetitions to n and do a TeachStep and there you have it?

Regards,
Tom
User avatar
Admin
Site Admin
Posts: 438
Joined: Sun 16. Nov 2008, 18:21

Re: Teaching Shutdown Controls: Error and Repetitions

Post by Admin »

MrCreosote wrote:Just set Lesson Repetitions to n and do a TeachStep and there you have it?
You nailed it. It's exactly the way you described.

Regards
Thomas Jetter
User avatar
Admin
Site Admin
Posts: 438
Joined: Sun 16. Nov 2008, 18:21

Re: Teaching Shutdown Controls: Error and Repetitions

Post by Admin »

Note that since MemBrain version 03.08.00.00 there is a new signature available for the script function:

Code: Select all

void TeachStep(uint stepCount)
The (optional) parameter stepCount allows to specify a certain number of Teach Steps.

Regards
Thomas Jetter
Post Reply