BerkeleyLearnVerify / VerifAI

VerifAI is a software toolkit for the formal design and analysis of systems that include artificial intelligence (AI) and machine learning (ML) components.
BSD 3-Clause "New" or "Revised" License
170 stars 47 forks source link

Multi Armed Bandit and Cross Entropy #43

Open ruveydayilmaz0 opened 1 year ago

ruveydayilmaz0 commented 1 year ago

Hello,

I have been using your repository in my project. The code works but I did not get the scripts samplers\multi_armed_bandit.py and samplers\cross_entropy.py. They should be adapting according to the previous parameter selections and their outcomes but they sample randomly from the parameter space. Can you please tell me if I am missing something?