-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
agent not moving when set to internal #1
Comments
Hi, |
I am talking about simple continuous controller |
You can use the external inference mode. Inside the jupyter notebook, just set load_model to True and train_model to False. Then the agent is put to action on its learned policies. Also, the inference settings on the academy apply (e.g. resolution and time scale). |
can you guide me a bit further that when I am setting load model to True which model will be loaded and why isn't it performing in internal mode where as we test the brain in internal mode, doing what it has learned |
The latest model is loaded. Please track down the python code if you want more insights. I'm not using the internal mode, because TensorflowSharp is highly experimental. |
thanks for your help its working in external mode but the continuous controller agent start moving toward the bottom left corner and it just sticks there |
Are you using a camera observation as input? So far its not been working for this environment. Continuous inputs, such as direction to the target and the velocity of the agent works out within thousands of steps. |
no not using camera, so far I have trained it first after building in external mode |
thanks I really appreciate. It worked and I was able to train it correctly, but for this time when I set load model true and run the script, the unity environment loads and suddenly in a moment shuts down |
As I updated the whole repository to ml-agents' version 0.3b, the jupyter notebooks are not included anymore. Maybe your issue is gone with the new version of ml-agents. Refer to the ml-agents repository for further information on how to run environments for training.
|
kindly suggest me a solution I am trying to run your project, and after training it when I add trained graph file and set brain type to internal the agent not even move
please suggest how should I make it work
The text was updated successfully, but these errors were encountered: