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

What do resource feature represent in the game? #105

Open
Yang-HangWA opened this issue Oct 18, 2019 · 0 comments
Open

What do resource feature represent in the game? #105

Yang-HangWA opened this issue Oct 18, 2019 · 0 comments

Comments

@Yang-HangWA
Copy link

Yang-HangWA commented Oct 18, 2019

I found the code in data_reader.py get training feature include resource feature as follow:

  def _add_resource(self, resource):
    self._data.extend([
        resource['current'],
        resource['total'],
        resource['overload_next']])

So somebody can tell me what resource feature is?

@Yang-HangWA Yang-HangWA changed the title What do resources represent in the game? What do resource feature represent in the game? Oct 18, 2019
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

1 participant