Hey,
nice project! Could you please explain the advantages of using OpenAI gym in your setup? Why is it needed when you actually use your own custom env?
OpenAI Gym interface is standard in Reinforcement Learning. By framing the problem this way, we are able to use any existing RL library, e.g., stable-baselines.
Hey, nice project! Could you please explain the advantages of using OpenAI gym in your setup? Why is it needed when you actually use your own custom env?
Cheers, Zuardin