You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What feature or improvement do you think would benefit CR-RL?
We need to determine how the reset function should work. It should be called in a context similar to how Gym Env.reset works. We should look into reshuffling the deck in some way, maybe by storing a copy of the original deck or by putting the hand back into the deck and shuffling the queue somehow.
Requirements
Possibly a working reset function so that if we decided to replay the game with same deck, we won't need to re-instantiate the whole env.
Python Version
N/A
Comments
No response
The text was updated successfully, but these errors were encountered:
What feature or improvement do you think would benefit CR-RL?
We need to determine how the reset function should work. It should be called in a context similar to how Gym Env.reset works. We should look into reshuffling the deck in some way, maybe by storing a copy of the original deck or by putting the hand back into the deck and shuffling the queue somehow.
Requirements
Possibly a working reset function so that if we decided to replay the game with same deck, we won't need to re-instantiate the whole env.
Python Version
N/A
Comments
No response
The text was updated successfully, but these errors were encountered: