登录
首页 » Python » MAgent-master

MAgent-master

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

  • NAVIDIA-CUDA-PPT
    清华大学CUDA编程教程,能够快速掌握CUDA编程技巧和应用案例(Tsinghua University CUDA programming tutorials, to quickly master the the CUDA programming skills, and the application case)
    2013-04-06 20:54:07下载
    积分:1
  • BiosHelp
    说明:  BiosHelp.pas initially started as help for one developer who wants to read the ROM-BIOS on Windows NT (one of the common questions on message boards). Since BiosHelp and my ROM-BIOS related code starts growing (e.g. SMBIOS) - I finally decided to change the names of the functions, types, and consts in Version 2.0 to be able to extend this packages without name/sense conflicts. Sorry for any circumstances - it will be the last major change for long time.
    2020-06-24 12:00:02下载
    积分:1
  • 打桩机动画演示程序
    打桩机工作时的动态图,演示了打桩机工作时的演示模型(The dynamic diagram of the working time of the piling machine demonstrates the demonstration model of the working time of the piling machine)
    2018-02-07 10:52:42下载
    积分:1
  • Vibration Shocks
    说明:  Electronic equipment can be designed to withstand extreme mechanical stress, without the weight and cost penalties of over design.
    2020-06-16 04:40:02下载
    积分:1
  • PSO
    说明:  采用粒子群算法求解多目标优化问题,有注释(Using particle swarm optimization to solve multi-objective optimization problems with annotations)
    2019-05-22 08:24:57下载
    积分:1
  • macv10
    说明:  苹果CMSV10 一款很漂亮的收费模板,自用,含角色 明星模块(Apple CMSV10 is a beautiful charging template)
    2019-01-25 14:28:38下载
    积分:1
  • AOMDV 仿真网络
    AODMV tclAODV using ns-2 simulations shows that AOMDV is able to effectively cope with mobility-induced route failures. 
    2022-01-21 02:22:00下载
    积分:1
  • 毕业生信息管理系统
    毕业生信息管理系统-graduates information management system
    2023-08-20 06:20:03下载
    积分:1
  • KlwtCms
    Simple code to make your website light and smooth. Total station DIV+CSS automatic pseudo static.Html end keywords automatic matching settings for comprehensive search engine optimization. Picture batch upload, save one picture upload trouble. Template Library: precise industry positioning, discover the value of brand design
    2017-10-21 12:10:36下载
    积分:1
  • c-xuexi
    1将字符串给整形变量 2字符数据与整数进行算术运算,将小写转大写 3符号常量使用 4强制类型转换 5将有符号数据传送给无符号变量(1 to 2 string variables to the plastic character data and integer arithmetic operations to be lower case to upper case 3, the constant use of symbols 4 mandatory conversion 5 data will be transmitted to the symbol variable unsigned)
    2009-07-10 15:05:37下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载