登录
首页 » Python » MAgent-master

MAgent-master

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

  • KTEVPD-Model-S
    Thermal- Plastic- Creep- Damage Coupling Constitutive Model(Thermal- Plastic- Creep- Damage Coupling Constitutive Model for abaqus)
    2019-03-15 15:11:30下载
    积分:1
  • iocomp
    极品工业仪表控件iocomp的使用说明,很详细,找了好久才找到。。。(iocomp )
    2010-08-21 20:10:43下载
    积分:1
  • jacobi-Gauss-Seidel-SOR
    雅克比迭代,SOR迭代计算器,输入方程组可求得结果(Jacobi iteration, SOR iteration calculator, enter the results of equations can be obtained)
    2014-07-09 13:06:04下载
    积分:1
  • cpubbs_simulate_mouse
    虚拟鼠标,通过设定鼠标坐标使鼠标移动,不需要实际操控鼠标(A virtual mouse, by setting the mouse coordinates of the mouse movement, mouse does not require actual manipulation of)
    2009-10-31 18:57:10下载
    积分:1
  • PROVIDES TO USE REPULSIVE PARTICLE SWARM METHOD TO COMPUTE COMPOSITE INDEX
    PROVIDES TO USE REPULSIVE PARTICLE SWARM METHOD TO COMPUTE COMPOSITE INDEX
    2022-01-22 00:02:30下载
    积分:1
  • XML源码教材,XMLspy2006编制,供给IT爱好者参考学习!
    XML源码教材,XMLspy2006编制,供给IT爱好者参考学习!-XML source materials, XMLspy2006 preparation, and the supply of IT enthusiasts reference learning!
    2022-04-23 15:30:55下载
    积分:1
  • bofang
    中鸣快车比赛涉及模块,子程序,练习者使用,适合初学者。(Zhongming Express race involves modules and subroutines)
    2020-06-23 09:40:02下载
    积分:1
  • 使用VC++编写的拼图游戏,使用的是MFC,很适合初学者
    使用VC++编写的拼图游戏,使用的是MFC,很适合初学者-VC++ game
    2022-04-20 10:51:47下载
    积分:1
  • 一些cube实验程序
    简单的的stm32cubemx,实验程序,适合初学者学习和使用(Some simple experiment procedures based on stm32cubemx operation are suitable for beginners)
    2017-11-02 08:00:52下载
    积分:1
  • tingdownload-master
    从百度上下载音乐的脚本,需要用到python2.x的库。(download music from music.baidu.com)
    2013-12-05 19:04:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载