EmbersArc / PPO

PPO implementation for OpenAI gym environment based on Unity ML Agents
148 stars 21 forks source link

How to load the trained model #6

Open Eulerianial opened 5 years ago

Eulerianial commented 5 years ago

I am trying to run a trained model from the working_model directory. I set the load_model = True and model_path = ./working_model/models

But it doesn't read the working model. Am I missing something?