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

Better Exploration and Training #32

Open
Nostrademous opened this issue Feb 1, 2019 · 0 comments
Open

Better Exploration and Training #32

Nostrademous opened this issue Feb 1, 2019 · 0 comments

Comments

@Nostrademous
Copy link
Collaborator

Nostrademous commented Feb 1, 2019

This is its own issue regarding agent expectations and the comment you made with respect to win/loss reward and it not mattering currently.

I think that becoming a 'last-hit' master is currently all the agent can hope to accomplish. I say this because there is the following intrinsic rewards:

  1. Stay near the center (sure a micro-reward but it still counts) so it encourages the agent not to "explore" through negative reinforcement
  2. The bot cannot do anything other than move or attack enemy NPC units or heroes or deny own units. It has no concept of enemy tower, just its own tower and only for purposes of knowing its health but nothing else about it. It is encouraged to last-hit, deny, kill enemy hero, not die.
  3. It could potentially learn to help push the creep wave into enemy tower and thus "win" the game but it is discouraged from doing so currently as the reward for killing enemy hero is 3x the reward for winning a game early. (you kill enemy hero twice at +3.0 reward for each kill to win and thus gain the +1.0 reward for win, or you destroy 1 tower which the bot cannot even attack as it doesn't have that unit handle for no-reward other than the +1.0 win reward)

As a result, I think becoming a last-hit champ is all it can aspire to.

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