Skip to content
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

Closed
liuyihunter opened this issue Oct 18, 2017 · 5 comments
Closed

Training Agent only based on Camera output? #95

liuyihunter opened this issue Oct 18, 2017 · 5 comments

Comments

@liuyihunter
Copy link

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?

@trulyspinach
Copy link

Hi,
If you don't want to output any state, you can simply return an empty list in CollectState().

@liuyihunter
Copy link
Author

Hi SPINACHCEO ,

Thank you for your answer. i will try it and see if it's works.

@awjuliani
Copy link
Contributor

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.

@liuyihunter
Copy link
Author

Hi @awjuliani

Your answer is helpful, cheers!!!

@lock
Copy link

lock bot commented Jan 4, 2020

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.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants