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

Question #5

Closed
sumzora opened this issue Feb 8, 2021 · 1 comment
Closed

Question #5

sumzora opened this issue Feb 8, 2021 · 1 comment

Comments

@sumzora
Copy link

sumzora commented Feb 8, 2021

I have some questions about your code.
what's the meanig of goals list (goals = [7, 17, 27.5, 45, goalY] ) and what's the level of a list in computing the reward ( goals[self.level] )?
I just know the fifth figure(57) is the goal position in y axis.
would you like to tell the other figures' meaning.
Thank you so much

@sunghoonhong
Copy link
Owner

Hi,

First, thanks for your attention.

  1. meaning of goals
    It is a kind of reward engineering.
    goals consists of several subgoals, which encourages the agent to overcome obstacles till the agent reaches the final goal.
    As you figured out, the elements in goals represent each goal position in the y-axis.

  2. meaning of level
    It represents how many subgoals the agent has reached.

Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants