jondeaton / AgarAI

Reinforcement Learning for Agar.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AgarAI

to run DQN training

python -m dqn.train

to start tensorboard during training

tensorboard --logdir model_outputs

todo

  • calibrate the actions so that they are well distributed targets
  • add a single no-move target location

project list

  • LSTM policy
    • ConvLSTM
  • Generalized Advantage Estimation
  • Proximal Policy Optimization
  • Population-based optimization

About

Reinforcement Learning for Agar.io

License:MIT License


Languages

Language:Python 99.0%Language:Shell 1.0%