登录
首页 » Python » MAgent-master

MAgent-master

于 2020-06-18 发布 文件大小:9774KB
0 178
下载积分: 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 个回复

  • Fortran95程序设计【彭国伦】
    书籍扫描件,fortran使用手册,清晰扫描版(this is a book for these who want to use fortran language)
    2019-06-28 15:25:56下载
    积分:1
  • SquashFS
    说明:  unpack and pack unpack SquashFS on windows
    2020-06-17 06:40:01下载
    积分:1
  • 33
    说明:  如何给EA自定义交易商,限制EA交易的时间(How to customize the dealer to EA and limit the transaction time)
    2017-10-23 11:42:48下载
    积分:1
  • TMSF2812DSP281x_SysCtrl,系统时钟配置头文件
    TMSF2812DSP281x_SysCtrl,系统时钟配置头文件-TMSF2812 DSP281x_SysCtrl, the system clock configuration header file
    2022-12-26 05:25:03下载
    积分:1
  • include EZ
    囊括EZ-USB FX硬件设计与软件设计的书,非常实用,里面有一些设计的例子,希望对大家有些帮助-include EZ-USB FX hardware design and software design, the book is very practical. There are some design examples, and I hope to help some people
    2022-06-03 04:13:36下载
    积分:1
  • GetCertificate
    说明:  Emergency, Legally Required, and Optional Standby Power Systems
    2020-04-26 04:30:20下载
    积分:1
  • vfwwnd
    我近期从事视频开发所以将我参考的资料上传给大家看看。(I recently engaged in video development, therefore, refer to the information I upload to the U.S. to see.)
    2008-07-02 11:33:12下载
    积分:1
  • 1插值法—拉格朗日插值法
    使用matlab编写了拉格朗日插值算法的函数,里面有题目,可直接运行计算得到结果。(The function of Lagrange interpolation algorithm is written by MATLAB. There are questions in it, which can be directly run and calculated and get the result.)
    2020-12-21 21:29:07下载
    积分:1
  • downlWithIDM64
    Internet Download Manager
    2018-02-17 01:30:46下载
    积分:1
  • Interference_Analysis_and_Reduction_for_Wireless_
    Interference Analysis and Reduction for Wireless Systems.pdf
    2010-01-17 19:40:21下载
    积分:1
  • 696516资源总数
  • 106475会员总数
  • 7今日下载