ianchadd / va

Code for gender + virtual assistants project
Other
1 stars 0 forks source link

question: how does VA choose a move in the event of failure? #7

Closed ianchadd closed 1 year ago

ianchadd commented 1 year ago

for the "bad move" algo code, does the VA choose randomly from the set of all moves or suboptimal moves?

Asked another way, in the event of a failure, is it possible that the randomly chosen VA move ends up being optimal?

maddy0314 commented 1 year ago

Right now it chooses from the set of suboptimal moves. If you don't like that it would be trivial to change - let me know if you'd rather it be the set of all moves.

ianchadd commented 1 year ago

this is desired, just wanted to clarify. thanks!