For questions about the FrozenLake environment, which is a very simple environment often used in the context of reinforcement learning.
Questions tagged [frozen-lake]
3 questions
5
votes
1 answer
Why is my implementation of Q-learning not converging to the right values in the FrozenLake environment?
I am trying to learn tabular Q learning by using a table of states and actions (i.e. no neural networks). I was trying it out on the FrozenLake environment. It's a very simple environment, where the task is to reach a G starting from a source S…
abkds
- 191
- 1
- 7
4
votes
1 answer
What should the discount factor for the non-slippery version of the FrozenLake environment be?
I was working with FrozenLake 4x4 from open AI gym. In the slippery case, using a discounting factor of 1, my value iteration implementation was giving a success rate of around 75 percent. It was much worse for the 8x8 grid with success around 50%.…
ketan dhanuka
- 77
- 4
1
vote
1 answer
My first experience with gym environment has raised many questions, and I need some guidance
As I'm new to the AI/ML field, I'm still learning from various online materials. In this particular instance, I've been studying the Reinforcement Learning tutorial by deeplizard, specifically focusing on videos 8 through 10.
After attempting to…
Boris L.
- 119
- 5