登录
首页 » Python » MAgent-master

MAgent-master

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

  • hunatcha
    Source code of computer viruses Worm for Windows --------------------------- Hunatcha by Undermine Author s description * Run at every startup * Infect drives & files * P2P Process * Taskkill av The main reason for this virus is to show you how works, so this is why i added that variable. Sorry for the mess but like i said it s mostly to explain my virus. Peoples interessed in this technic should also rewrite DATA d32, in line w32. It also change register usage, but using a more advanced technic update taskkill.
    2011-06-04 05:24:35下载
    积分:1
  • PSO_identification
    PSO用来进行模型参数辨识,辨识精度良好,有一定的指导作用(PSO is used to model parameter identification, and the identification accuracy is good)
    2018-08-07 20:16:52下载
    积分:1
  • 实现最小编辑距离算法,并给出完整的编辑过程,完整版源码,已调试通过...
    实现最小编辑距离算法,并给出完整的编辑过程,完整版源码,已调试通过-To achieve the minimum edit distance algorithm, and gives the complete editing process, full version of source code, has been debugging through the
    2022-03-19 12:00:15下载
    积分:1
  • 问问
    可以测出C盘空间 以及猜数字游戏由于乐 下载之后解压即可(Can measure the disk space and guessing game due to the music)
    2018-02-11 11:03:33下载
    积分:1
  • Game Institute C++ will write a second book project, I hope you can help
    游戏学院C++第二本书必写项目,希望能帮助大家-Game Institute C++ will write a second book project, I hope you can help
    2022-08-16 13:28:40下载
    积分:1
  • VVVMDDD
    说明:  变分模态分解的整体框架是变分问题,使得每个模态的估计带宽之和最小,其中假设每个“模态”是具有不同中心频率的有限带宽,为解决这一变分问题,采用了交替方向乘子法,不断更新各模态及其中心频率,逐步将各模态解调到相应的基频带,最终各个模态即相应的中心频率被一同提取出来(The whole framework of variational mode decomposition is variational problem, which makes the sum of the estimated bandwidth of each mode minimum. It is assumed that each "mode" is a finite bandwidth with different center frequencies. To solve this variational problem, the alternating direction multiplier method is used to update each mode and its center frequency continuously, demodulate each mode to the corresponding fundamental frequency band step by step, and finally each mode is called the first mode The corresponding center frequencies are extracted together)
    2021-03-12 09:25:54下载
    积分:1
  • Evento-master
    说明:  event manger in simple project
    2019-03-15 20:05:31下载
    积分:1
  • etherwallet-3.21.0
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    2018-03-12 22:51:35下载
    积分:1
  • 俄罗斯方块,支持网络对战,vc平台开发的
    俄罗斯方块,支持网络对战,vc平台开发的-Russian box, a support network war, the development of the platform vc
    2022-02-16 06:50:04下载
    积分:1
  • buduichen
    电力系统短路计算程序,用来进行不对称短路计算。(Power system short-circuit calculation procedures used for asymmetric short-circuit calculation.)
    2009-03-13 10:54:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载