-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Training Agent only based on Camera output? #95
Comments
Hi, |
Hi SPINACHCEO , Thank you for your answer. i will try it and see if it's works. |
Hi @liuyihunter, In most cases, if it is possible to describe the problem using states, this will be more informative to the neural network. In cases where the state is too complex, an image may be easier to convey the required information for the task. However, it takes more time for a network to learn to successfully extract the required information from an image, so the training process may take longer, or require more hyperparameter tuning. |
Hi @awjuliani , Your answer is helpful, cheers!!! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The question is even i have referenced "Main camera" for observations in "Ball3DAgent.cs". PPO seems still need "CollectState()" to make it works. My understanding is using Camera Output, which is an image, to replace the actual hard coding state which base on value(position,Rotation,etc). am i wrong? i'm quite confused about the purpose to setup Camera, is it only for accelerate the training process?
The text was updated successfully, but these errors were encountered: