DanielTakeshi / rl_algorithms

I am implementing a lot of reinforcement learning and imitation learning algorithms since I'm sick of reading about them but not really understanding them.
MIT License
51 stars 9 forks source link

Add stochasticity to the custom scenario two rooms? #1

Closed DanielTakeshi closed 7 years ago

DanielTakeshi commented 7 years ago

I don't know if there's meant to be stochasticity to that scenario, but it would be nice to have that functionality in general. That's a grid-specific thing, not an agent, so the agent doesn't have to have that implemented.