├── ActorCritic.py ├── README.md ├── creep_block_ai_pretrained ├── addoninfo.txt └── scripts │ └── vscripts │ └── addon_game_mode.lua ├── docs └── recording.gif ├── game └── dota_addons │ └── creepblockai │ ├── addoninfo.txt │ └── scripts │ └── vscripts │ └── addon_game_mode.lua └── webservice.py /ActorCritic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeyondGodlikeBot/CreepBlockAI/HEAD/ActorCritic.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeyondGodlikeBot/CreepBlockAI/HEAD/README.md -------------------------------------------------------------------------------- /creep_block_ai_pretrained/addoninfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeyondGodlikeBot/CreepBlockAI/HEAD/creep_block_ai_pretrained/addoninfo.txt -------------------------------------------------------------------------------- /creep_block_ai_pretrained/scripts/vscripts/addon_game_mode.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeyondGodlikeBot/CreepBlockAI/HEAD/creep_block_ai_pretrained/scripts/vscripts/addon_game_mode.lua -------------------------------------------------------------------------------- /docs/recording.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeyondGodlikeBot/CreepBlockAI/HEAD/docs/recording.gif -------------------------------------------------------------------------------- /game/dota_addons/creepblockai/addoninfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeyondGodlikeBot/CreepBlockAI/HEAD/game/dota_addons/creepblockai/addoninfo.txt -------------------------------------------------------------------------------- /game/dota_addons/creepblockai/scripts/vscripts/addon_game_mode.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeyondGodlikeBot/CreepBlockAI/HEAD/game/dota_addons/creepblockai/scripts/vscripts/addon_game_mode.lua -------------------------------------------------------------------------------- /webservice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeyondGodlikeBot/CreepBlockAI/HEAD/webservice.py --------------------------------------------------------------------------------