When using the Jupyter Notebook and running the PPO algorithm.
The error I received was ppo module not found. My first thought would be to add something like sys.path.append('C:\Users\elanr\Desktop\ml-agents-master\python'). I am unfamiliar with the jupyter repository. Does anyone more experienced know the quick fix to this.
Also should i be connected my tensor-flow GPU environment to this or does tensor-flow automatically use it?
Thanks in advance to anyone who responds