Skip to content

What do resource feature represent in the game? #105

Description

@Yang-HangWA

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions