登录
首页 » Python » mfrl-master

mfrl-master

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

代码说明:

  平均场的python代码,大家有需要可以看看(Python code about mean field. You can download if you need.)

文件列表:

mfrl-master, 0 , 2018-12-12
mfrl-master\.gitignore, 6 , 2018-12-12
mfrl-master\README.md, 2391 , 2018-12-12
mfrl-master\battle.py, 2408 , 2018-12-12
mfrl-master\examples, 0 , 2018-12-12
mfrl-master\examples\README.md, 500 , 2018-12-12
mfrl-master\examples\battle_model, 0 , 2018-12-12
mfrl-master\examples\battle_model\.DS_Store, 6148 , 2018-12-12
mfrl-master\examples\battle_model\.gitignore, 21 , 2018-12-12
mfrl-master\examples\battle_model\CMakeLists.txt, 1594 , 2018-12-12
mfrl-master\examples\battle_model\README.md, 348 , 2018-12-12
mfrl-master\examples\battle_model\algo, 0 , 2018-12-12
mfrl-master\examples\battle_model\algo\__init__.py, 581 , 2018-12-12
mfrl-master\examples\battle_model\algo\ac.py, 13996 , 2018-12-12
mfrl-master\examples\battle_model\algo\base.py, 6829 , 2018-12-12
mfrl-master\examples\battle_model\algo\q_learning.py, 3955 , 2018-12-12
mfrl-master\examples\battle_model\algo\tools.py, 14460 , 2018-12-12
mfrl-master\examples\battle_model\build.sh, 286 , 2018-12-12
mfrl-master\examples\battle_model\python, 0 , 2018-12-12
mfrl-master\examples\battle_model\python\magent, 0 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\README.md, 247 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\__init__.py, 178 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin, 0 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\__init__.py, 0 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\common.py, 1165 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\config, 0 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\config\__init__.py, 0 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\config\battle.py, 943 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\config\double_attack.py, 1213 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\config\forest.py, 963 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\config\pursuit.py, 904 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\mx_model, 0 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\mx_model\__init__.py, 68 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\mx_model\a2c.py, 10630 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\mx_model\base.py, 1779 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\mx_model\dqn.py, 15724 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\rule_model, 0 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\rule_model\__init__.py, 133 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\rule_model\random.py, 495 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\rule_model\runaway.py, 1006 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\rule_model\rush.py, 1243 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\rule_model\rushgather.py, 1105 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\tf_model, 0 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\tf_model\__init__.py, 108 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\tf_model\a2c.py, 10232 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\tf_model\base.py, 2880 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\tf_model\dqn.py, 16266 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\builtin\tf_model\drqn.py, 24180 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\c_lib.py, 1200 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\discrete_snake.py, 7151 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\environment.py, 702 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\gridworld.py, 27843 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\model.py, 10175 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\renderer, 0 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\renderer\__init__.py, 84 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\renderer\base_renderer.py, 200 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\renderer\pygame_renderer.py, 18209 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\renderer\server, 0 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\renderer\server\__init__.py, 198 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\renderer\server\arrange_server.py, 12054 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\renderer\server\base_server.py, 778 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\renderer\server\battle_server.py, 7905 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\renderer\server\random_server.py, 2474 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\renderer\server\sample_server.py, 716 , 2018-12-12
mfrl-master\examples\battle_model\python\magent\utility.py, 8715 , 2018-12-12
mfrl-master\examples\battle_model\senario_battle.py, 6564 , 2018-12-12
mfrl-master\examples\battle_model\src, 0 , 2018-12-12
mfrl-master\examples\battle_model\src\Environment.h, 941 , 2018-12-12
mfrl-master\examples\battle_model\src\discrete_snake, 0 , 2018-12-12
mfrl-master\examples\battle_model\src\discrete_snake\DiscreteSnake.cc, 12591 , 2018-12-12
mfrl-master\examples\battle_model\src\discrete_snake\DiscreteSnake.h, 3913 , 2018-12-12
mfrl-master\examples\battle_model\src\discrete_snake\Map.cc, 8388 , 2018-12-12
mfrl-master\examples\battle_model\src\discrete_snake\Map.h, 1897 , 2018-12-12
mfrl-master\examples\battle_model\src\discrete_snake\RenderGenerator.cc, 6940 , 2018-12-12
mfrl-master\examples\battle_model\src\discrete_snake\RenderGenerator.h, 820 , 2018-12-12
mfrl-master\examples\battle_model\src\discrete_snake\snake_def.h, 840 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld, 0 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld\AgentType.cc, 4043 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld\AgentType.h, 1289 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld\GridWorld.cc, 35080 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld\GridWorld.h, 9314 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld\Map.cc, 22243 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld\Map.h, 3393 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld\Range.h, 5423 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld\RenderGenerator.cc, 5959 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld\RenderGenerator.h, 1081 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld\RewardEngine.cc, 17994 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld\RewardEngine.h, 1351 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld\grid_def.h, 1053 , 2018-12-12
mfrl-master\examples\battle_model\src\gridworld\test.cc, 4304 , 2018-12-12
mfrl-master\examples\battle_model\src\render, 0 , 2018-12-12
mfrl-master\examples\battle_model\src\render\backend, 0 , 2018-12-12
mfrl-master\examples\battle_model\src\render\backend\data.cc, 12835 , 2018-12-12
mfrl-master\examples\battle_model\src\render\backend\data.h, 2848 , 2018-12-12
mfrl-master\examples\battle_model\src\render\backend\demo, 0 , 2018-12-12
mfrl-master\examples\battle_model\src\render\backend\demo\config.json, 1143 , 2018-12-12
mfrl-master\examples\battle_model\src\render\backend\demo\static.map, 89226 , 2018-12-12
mfrl-master\examples\battle_model\src\render\backend\protocol.h, 1018 , 2018-12-12
mfrl-master\examples\battle_model\src\render\backend\render.cc, 360 , 2018-12-12
mfrl-master\examples\battle_model\src\render\backend\server.h, 3694 , 2018-12-12

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

发表评论

0 个回复

  • stm32实验内容
    说明:  STM32F401RE的教学课程,有助于不了解STM32CubeMux的学生了解和使用,内含多个实验教程(STM32F401RE teaching course.)
    2019-01-14 01:09:58下载
    积分:1
  • Double DQN
    说明:  基于强化学习的Double DQN算法实现的小案例。(A small case of Double DQN algorithm based on reinforcement learning.)
    2019-02-12 21:03:25下载
    积分:1
  • 华为校园招聘笔试面试题合集
    华为校园招聘合集,各个岗位的的笔试题,非常有用(good book is good book)
    2018-03-20 21:50:52下载
    积分:1
  • 股票市场预测
    说明:  LSTM 作为预测模型,使用贝叶斯优化算法来实现股票预测的功能(LSTM as a prediction model, uses Bayesian optimization algorithm to achieve the function of stock forecasting)
    2020-08-30 16:08:11下载
    积分:1
  • C#S7.net联合编程
    西门子PLC与C#之间通过S7协议通信编程(Communication Programming between Siemens PLC and C# through S7 Protocol)
    2019-07-10 10:39:21下载
    积分:1
  • 微软®加密应用编程接口(CryptoAPI)等。
    The Microsoft® Cryptographic Application Programming Interface (CryptoAPI) provides services that enable application developers to add authentication, encoding, and encryption to their Microsoft Win32® -based applications. Application developers can use the functions in the CryptoAPI without knowing anything about the underlying implementation, in much the same way as they can use a graphics library without knowing anything about the particular graphics hardware configuration.-The Microsoft® Cryptographic Application Programming Interface (CryptoAPI) provides services that enable application developers to add authentication, encoding, and encryption to their Microsoft Win32®-based applications. Application developers can use the functions in the CryptoAPI without knowing anything about the underlying implementation, in much the same way as they can use a graphics library without knowing anything about the particular graphics hardware configuration.
    2023-02-04 03:00:04下载
    积分:1
  • OFDM系统的自适应功率和比特分配算法
    OFDM系统的自适应功率和比特分配算法,实现系统资源的自适应分配(4)--原创(The adaptive power and bit allocation algorithm of OFDM system realizes the adaptive allocation of system resources (4)-- original.)
    2021-04-07 17:59:01下载
    积分:1
  • Matrice_ABCD
    surfacique courant coupleur 3db
    2019-01-07 06:20:21下载
    积分:1
  • System.Data.SQLite
    说明:  how ti op ln fvc dethj thfsq htr yfs gd hf
    2019-04-20 05:17:45下载
    积分:1
  • qcar
    说明:  1/4汽车模型,汽车系统动力学,悬架特性研究(Quar Car Model, Vehicle Dynamic system)
    2019-05-08 15:21:02下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载