If you have more than two iron and you craft while at the workshop, you'll get a reward of 10 and have two less iron in the next state. Otherwise you get a reward of -1
If you have 5 gold, you get a reward of 7. If you have 3 gold, you get a reward of 4.
If you go up, your y-position will increase by one in the next state. If you go down it will decrease by one. If you go right, your x-position with increase by one in the next state. If you go left it will decrease by one.
If you have more than one energy, you can navigate.
If you are on a slippery tile and go up, there's a 60% chance your y_position increases by 1, a 20% chance your x_position increase by 1 and a 20% change your x_position decreases by 1.
If you go down, there's a 30% chance you will get a reward of 10 and your next state will be your current state minus 1 and there's a 70% chance you will get a reward of -5 and your next state will be your current state plus 1.
