reinforcement-learning icon indicating copy to clipboard operation
reinforcement-learning copied to clipboard

Reset BlackjackEnv to a chosen state

Open enpassanty opened this issue 6 years ago • 1 comments

I want to run multiple MC trajectories from the same start state. How do I reset the BlackjackEnv to a certain start state? Thanks.

enpassanty avatar Apr 22 '18 07:04 enpassanty

BlackjackEnv does not have reset(self, observation), which would be suitable. You'd need to extend BlackjackEnv with this function. Make a pull request to openai-gym.

dantp-ai avatar Jun 22 '18 00:06 dantp-ai