xkiwilabs/DQN-using-PyTorch-and-ML-Agents

why you make your example depending on an extra env?

laz8 opened this issue · 0 comments

laz8 commented

You're making it more complicated to test your code by using some "unknown" environment, this is not very helpful.... Sorry ;(

Using something like the gym "cartpole" would make it much easier...?