登录
首页 » Python » MAgent-master

MAgent-master

于 2020-06-18 发布 文件大小:9774KB
0 192
下载积分: 1 下载次数: 0

代码说明:

  大规模对抗代码,有追逃,有需要的可以看看(Python code about Against. You can download if you need.)

文件列表:

MAgent-master, 0 , 2018-09-26
MAgent-master\.gitignore, 90 , 2018-09-26
MAgent-master\CMakeLists.txt, 1594 , 2018-09-26
MAgent-master\LICENSE, 1077 , 2018-09-26
MAgent-master\README.md, 3007 , 2018-09-26
MAgent-master\build.sh, 286 , 2018-09-26
MAgent-master\data, 0 , 2018-09-26
MAgent-master\data\figure, 0 , 2018-09-26
MAgent-master\data\figure\action_space.png, 4157 , 2018-09-26
MAgent-master\data\figure\logo.png, 9159 , 2018-09-26
MAgent-master\data\figure\observation_space.png, 38333 , 2018-09-26
MAgent-master\data\font_8x8, 0 , 2018-09-26
MAgent-master\data\font_8x8\basic.txt, 6016 , 2018-09-26
MAgent-master\data\pursuit_model, 0 , 2018-09-26
MAgent-master\data\pursuit_model\predator, 0 , 2018-09-26
MAgent-master\data\pursuit_model\predator\tfdqn_0.data-00000-of-00001, 5070352 , 2018-09-26
MAgent-master\data\pursuit_model\predator\tfdqn_0.index, 1701 , 2018-09-26
MAgent-master\data\pursuit_model\predator\tfdqn_0.meta, 8838928 , 2018-09-26
MAgent-master\data\pursuit_model\prey, 0 , 2018-09-26
MAgent-master\data\pursuit_model\prey\tfdqn_0.data-00000-of-00001, 3579408 , 2018-09-26
MAgent-master\data\pursuit_model\prey\tfdqn_0.index, 1688 , 2018-09-26
MAgent-master\data\pursuit_model\prey\tfdqn_0.meta, 8510319 , 2018-09-26
MAgent-master\doc, 0 , 2018-09-26
MAgent-master\doc\Tutorial for Many Kinds of Agents.md, 1855 , 2018-09-26
MAgent-master\doc\get_started.md, 5212 , 2018-09-26
MAgent-master\examples, 0 , 2018-09-26
MAgent-master\examples\README.md, 577 , 2018-09-26
MAgent-master\examples\api_demo.py, 2019 , 2018-09-26
MAgent-master\examples\show_arrange.py, 699 , 2018-09-26
MAgent-master\examples\show_battle_game.py, 332 , 2018-09-26
MAgent-master\examples\train_against.py, 9190 , 2018-09-26
MAgent-master\examples\train_arrange.py, 17415 , 2018-09-26
MAgent-master\examples\train_battle.py, 7958 , 2018-09-26
MAgent-master\examples\train_battle_game.py, 9203 , 2018-09-26
MAgent-master\examples\train_gather.py, 12437 , 2018-09-26
MAgent-master\examples\train_multi.py, 10600 , 2018-09-26
MAgent-master\examples\train_pursuit.py, 5713 , 2018-09-26
MAgent-master\examples\train_single.py, 7237 , 2018-09-26
MAgent-master\examples\train_tiger.py, 6540 , 2018-09-26
MAgent-master\examples\train_trans.py, 8723 , 2018-09-26
MAgent-master\python, 0 , 2018-09-26
MAgent-master\python\magent, 0 , 2018-09-26
MAgent-master\python\magent\README.md, 247 , 2018-09-26
MAgent-master\python\magent\__init__.py, 178 , 2018-09-26
MAgent-master\python\magent\builtin, 0 , 2018-09-26
MAgent-master\python\magent\builtin\__init__.py, 0 , 2018-09-26
MAgent-master\python\magent\builtin\common.py, 1165 , 2018-09-26
MAgent-master\python\magent\builtin\config, 0 , 2018-09-26
MAgent-master\python\magent\builtin\config\__init__.py, 0 , 2018-09-26
MAgent-master\python\magent\builtin\config\battle.py, 943 , 2018-09-26
MAgent-master\python\magent\builtin\config\double_attack.py, 1213 , 2018-09-26
MAgent-master\python\magent\builtin\config\forest.py, 963 , 2018-09-26
MAgent-master\python\magent\builtin\config\pursuit.py, 904 , 2018-09-26
MAgent-master\python\magent\builtin\mx_model, 0 , 2018-09-26
MAgent-master\python\magent\builtin\mx_model\__init__.py, 68 , 2018-09-26
MAgent-master\python\magent\builtin\mx_model\a2c.py, 10630 , 2018-09-26
MAgent-master\python\magent\builtin\mx_model\base.py, 1779 , 2018-09-26
MAgent-master\python\magent\builtin\mx_model\dqn.py, 15724 , 2018-09-26
MAgent-master\python\magent\builtin\rule_model, 0 , 2018-09-26
MAgent-master\python\magent\builtin\rule_model\__init__.py, 133 , 2018-09-26
MAgent-master\python\magent\builtin\rule_model\random.py, 495 , 2018-09-26
MAgent-master\python\magent\builtin\rule_model\runaway.py, 1006 , 2018-09-26
MAgent-master\python\magent\builtin\rule_model\rush.py, 1243 , 2018-09-26
MAgent-master\python\magent\builtin\rule_model\rushgather.py, 1105 , 2018-09-26
MAgent-master\python\magent\builtin\tf_model, 0 , 2018-09-26
MAgent-master\python\magent\builtin\tf_model\__init__.py, 108 , 2018-09-26
MAgent-master\python\magent\builtin\tf_model\a2c.py, 10232 , 2018-09-26
MAgent-master\python\magent\builtin\tf_model\base.py, 2880 , 2018-09-26
MAgent-master\python\magent\builtin\tf_model\dqn.py, 16266 , 2018-09-26
MAgent-master\python\magent\builtin\tf_model\drqn.py, 24180 , 2018-09-26
MAgent-master\python\magent\c_lib.py, 1200 , 2018-09-26
MAgent-master\python\magent\discrete_snake.py, 7151 , 2018-09-26
MAgent-master\python\magent\environment.py, 702 , 2018-09-26
MAgent-master\python\magent\gridworld.py, 27843 , 2018-09-26
MAgent-master\python\magent\model.py, 10411 , 2018-09-26
MAgent-master\python\magent\renderer, 0 , 2018-09-26
MAgent-master\python\magent\renderer\__init__.py, 84 , 2018-09-26
MAgent-master\python\magent\renderer\base_renderer.py, 200 , 2018-09-26
MAgent-master\python\magent\renderer\pygame_renderer.py, 18209 , 2018-09-26
MAgent-master\python\magent\renderer\server, 0 , 2018-09-26
MAgent-master\python\magent\renderer\server\__init__.py, 198 , 2018-09-26
MAgent-master\python\magent\renderer\server\arrange_server.py, 12054 , 2018-09-26
MAgent-master\python\magent\renderer\server\base_server.py, 778 , 2018-09-26
MAgent-master\python\magent\renderer\server\battle_server.py, 7905 , 2018-09-26
MAgent-master\python\magent\renderer\server\random_server.py, 2474 , 2018-09-26
MAgent-master\python\magent\renderer\server\sample_server.py, 716 , 2018-09-26
MAgent-master\python\magent\utility.py, 8715 , 2018-09-26
MAgent-master\scripts, 0 , 2018-09-26
MAgent-master\scripts\plot.py, 1093 , 2018-09-26
MAgent-master\scripts\plot_heat.py, 1558 , 2018-09-26
MAgent-master\scripts\plot_log.py, 658 , 2018-09-26
MAgent-master\scripts\plot_many.py, 1994 , 2018-09-26
MAgent-master\scripts\plot_reward.py, 785 , 2018-09-26
MAgent-master\scripts\rename.py, 412 , 2018-09-26
MAgent-master\scripts\test, 0 , 2018-09-26
MAgent-master\scripts\test\search.py, 719 , 2018-09-26
MAgent-master\scripts\test\test_1m.py, 4111 , 2018-09-26
MAgent-master\scripts\test\test_against.py, 496 , 2018-09-26
MAgent-master\scripts\test\test_examples.py, 667 , 2018-09-26
MAgent-master\scripts\test\test_fps.py, 1192 , 2018-09-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 文中图片放大显示特效
    文中图片放大显示特效图片放大popeye插件所属专题图片代码(In this article, the image enlargement display special effect picture enlargement Popeye plug-in belongs to thematic picture code)
    2019-03-13 10:39:08下载
    积分:1
  • 自己做的一款手机RPG游戏 虽然不是很好 但是值得新手
    自己做的一款手机RPG游戏 虽然不是很好 但是值得新手-Own a cell phone to do the RPG Game, though not very good but it is worth novice
    2023-01-29 06:40:04下载
    积分:1
  • Color_image_processing
    彩色数字图像处理(很清晰)主要包含三部分内容:数字图像处理色彩基础、彩色图像压缩、色彩量化(涉及Clustering、Grouping、Merge等矢量量化的算法)。 (Main content: Color fundamentals for digital imaging Compression of color images Color quantization(include Clustering、Grouping、Merge method for vector quantization ))
    2010-02-17 05:42:14下载
    积分:1
  • gmskmain
    基于simulink的matlab程序,用于对gmsk的误码率的测试(Simulink of matlab-based procedures used for GMSK BER tests)
    2020-11-12 21:49:45下载
    积分:1
  • LOD terrain rendering engine, the use of multiple textures, can achieve a desert...
    LOD地形渲染引擎,使用多重纹理,可以实现沙漠、高山、草原等地形。-LOD terrain rendering engine, the use of multiple textures, can achieve a desert, mountains, grasslands terrain.
    2022-01-25 20:38:29下载
    积分:1
  • Calculator
    計算機,可以自行延伸,很簡單的寫法,希望可以幫助有需要的人(Computer, you can extend its own, very simple wording, I hope to help people in need)
    2013-08-23 23:14:55下载
    积分:1
  • 5a1383274a05d
    额外企鹅去武器恶趣味去趣味无穷额外企鹅请问请问求稳去(dsadasdadasssssssssssssdasd)
    2017-12-16 19:55:30下载
    积分:1
  • The C++ Cookbook will make your path to mastery much shorter. This practical, pr...
    The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you re an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your development by giving you some basic building blocks that you don t have to develop on your own.
    2022-01-31 09:06:54下载
    积分:1
  • 用C++实现LL(1)文法分析 用C++实现LL(1)文法分析
    用C++实现LL(1)文法分析 用C++实现LL(1)文法分析-C achieve LL (1) grammar analysis C achieve LL (1) grammar analysis
    2022-01-28 23:39:28下载
    积分:1
  • ?迅雷下载Demo
    利用迅雷提供的sdk,制作的demo.程序在vs2010下面可以编译运行(Using SDK provided by Xunlei, the demo. program can be compiled and run under VS2010)
    2019-06-04 22:02:37下载
    积分:1
  • 696516资源总数
  • 106769会员总数
  • 14今日下载