agen judi bola , sportbook, casino, togel, number game, singapore, tangkas, basket, slot, poker, dominoqq,
agen bola. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 50.000 ,- bonus cashback hingga 10% , diskon togel hingga 66% bisa bermain di android dan IOS kapanpun dan dimana pun. poker , bandarq , aduq, domino qq ,
dominobet. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 10.000 ,- bonus turnover 0.5% dan bonus referral 20%. Bonus - bonus yang dihadirkan bisa terbilang cukup tinggi dan memuaskan, anda hanya perlu memasang pada situs yang memberikan bursa pasaran terbaik yaitu
http://45.77.173.118/ Bola168. Situs penyedia segala jenis permainan poker online kini semakin banyak ditemukan di Internet, salah satunya TahunQQ merupakan situs Agen Judi Domino66 Dan
BandarQ Terpercaya yang mampu memberikan banyak provit bagi bettornya. Permainan Yang Di Sediakan Dewi365 Juga sangat banyak Dan menarik dan Peluang untuk memenangkan Taruhan Judi online ini juga sangat mudah . Mainkan Segera Taruhan Sportbook anda bersama
Agen Judi Bola Bersama Dewi365 Kemenangan Anda Berapa pun akan Terbayarkan. Tersedia 9 macam permainan seru yang bisa kamu mainkan hanya di dalam 1 ID saja. Permainan seru yang tersedia seperti Poker, Domino QQ Dan juga
BandarQ Online. Semuanya tersedia lengkap hanya di ABGQQ. Situs ABGQQ sangat mudah dimenangkan, kamu juga akan mendapatkan mega bonus dan setiap pemain berhak mendapatkan cashback mingguan. ABGQQ juga telah diakui sebagai
Bandar Domino Online yang menjamin sistem FAIR PLAY disetiap permainan yang bisa dimainkan dengan deposit minimal hanya Rp.25.000. DEWI365 adalah
Bandar Judi Bola Terpercaya & resmi dan terpercaya di indonesia. Situs judi bola ini menyediakan fasilitas bagi anda untuk dapat bermain memainkan permainan judi bola. Didalam situs ini memiliki berbagai permainan taruhan bola terlengkap seperti Sbobet, yang membuat DEWI365 menjadi situs judi bola terbaik dan terpercaya di Indonesia. Tentunya sebagai situs yang bertugas sebagai
Bandar Poker Online pastinya akan berusaha untuk menjaga semua informasi dan keamanan yang terdapat di POKERQQ13. Kotakqq adalah situs
Judi Poker Online Terpercayayang menyediakan 9 jenis permainan sakong online, dominoqq, domino99, bandarq, bandar ceme, aduq, poker online, bandar poker, balak66, perang baccarat, dan capsa susun. Dengan minimal deposit withdraw 15.000 Anda sudah bisa memainkan semua permaina pkv games di situs kami. Jackpot besar,Win rate tinggi, Fair play, PKV Games
Comments
Hi Natalie,
It sounds like you can simply use a Break If statement in the practice loop (i.e. the loop that has a length of 8 blocks):
[acc] >= 85
Does that work?
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Thanks for your response!
When I add the Break If statement to the training loop then the statement applies only to the most recent block loop in the block sequence (but is ignored for the first few block loops). However, I need to apply the statement after each block loop (to be able to determine when a participant 'breaks out' of the training loop and continues with the test phase).
To be more precise, this is the current structure of the training phase:
The training loop consists of a block sequence which in turn consists of 2 block loops (each consisting of a different trial sequence). Participants receive feedback on their accuracy in a particular block after each block loop. What I want to achieve is: If participants reach 85% (or higher) in block loop 1, then they skip block loop 2 and proceed to the test phase. However, if they reach less than 85% in block loop 1, then they proceed to block loop 2 (the final experiment will have 8 block loops, this is just to illustrate the design).
This is how I added the Break If statement:
How can I get OS to check after each block loop whether [acc] >= 85 (and if yes then proceed to test, if no then proceed with next block loop)? Any advice would be much appreciated!
Thanks again!
Natalie
Hi Natalie,
If the problem is that block_loop_2 should be skipped when
[acc] >= 85
(but I'm not entirely whether that's the only issue?) then using a Run-If statement, again[acc] >= 85
, for block_loop_2 (in block_sequence) should do the trick.Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Great, it did indeed do the trick! In fact, I don't need the Break-If statement in the training loop anymore. Instead, I added the following Run-If statement in the training block sequence (now telling OS to only run block 2 when accuracy is less than 85%) and it works:
Thanks very much for your help and quick responses, Sebastiaan!
Best,
Natalie