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

Can anybody tell me "world" in code and Readme? #3

Open
JayVae opened this issue Mar 17, 2019 · 3 comments
Open

Can anybody tell me "world" in code and Readme? #3

JayVae opened this issue Mar 17, 2019 · 3 comments

Comments

@JayVae
Copy link

JayVae commented Mar 17, 2019

Can anybody tell me "world" in code and Readme?
I cannot find where is "world"

` int actionId = agent.selectAction().getIndex();
System.out.println("Agent does action-" + actionId);

        int newStateId = world.update(agent, actionId);
        double reward = world.reward(agent);`

Thanks a lot!

@raimannma
Copy link

raimannma commented Mar 17, 2019

World isn't defined.

Because it is up to you to define it

World means the environment

@JayVae
Copy link
Author

JayVae commented Mar 18, 2019

World isn't defined.

Because it is up to you to define it

World means the environment

Thanks a lot!

@Dtuzzy
Copy link

Dtuzzy commented Aug 31, 2020

Can you show us a sample of how to define the "world"?
thanks

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

3 participants