文件名称:Reinforcement-learning-with-tensorflow-master
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- 上传时间:
- 2018-02-09
- 文件大小:
- 186kb
- 下载次数:
- 0次
- 提 供 者:
- Mr***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
各种强化学习代码,强化学习(reinforcement learning),又称再励学习、评价学习,是一种重要的机器学习方法,在智能控制机器人及分析预测等领域有许多应用。(Reinforcement learning (reinforcement learning), also known as reinforcement learning and evaluation learning, is an important machine learning method. It has many applications in intelligent control robots, analysis and prediction.)
相关搜索: 强化学习教程代码
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
Reinforcement-learning-with-tensorflow-master\contents\10_A3C\A3C_continuous_action.py | 8150 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\10_A3C\A3C_discrete_action.py | 7897 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\10_A3C\A3C_RNN.py | 9425 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\11_Dyna_Q\maze_env.py | 3898 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\11_Dyna_Q\RL_brain.py | 2915 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\11_Dyna_Q\run_this.py | 1500 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\12_Proximal_Policy_Optimization\DPPO.py | 8263 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\12_Proximal_Policy_Optimization\simply_PPO.py | 6465 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\1_command_line_reinforcement_learning\treasure_on_right.py | 3346 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\2_Q_Learning_maze\maze_env.py | 4251 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\2_Q_Learning_maze\RL_brain.py | 1814 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\2_Q_Learning_maze\run_this.py | 1388 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\3_Sarsa_maze\maze_env.py | 3956 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\3_Sarsa_maze\RL_brain.py | 2671 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\3_Sarsa_maze\run_this.py | 1510 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\4_Sarsa_lambda_maze\maze_env.py | 3957 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\4_Sarsa_lambda_maze\RL_brain.py | 3138 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\4_Sarsa_lambda_maze\run_this.py | 1602 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5.1_Double_DQN\RL_brain.py | 6678 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5.1_Double_DQN\run_Pendulum.py | 2133 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5.2_Prioritized_Replay_DQN\RL_brain.py | 11847 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5.2_Prioritized_Replay_DQN\run_MountainCar.py | 2113 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5.3_Dueling_DQN\RL_brain.py | 6714 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5.3_Dueling_DQN\run_Pendulum.py | 2159 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5_Deep_Q_Network\DQN_modified.py | 6537 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5_Deep_Q_Network\maze_env.py | 4165 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5_Deep_Q_Network\RL_brain.py | 8416 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5_Deep_Q_Network\run_this.py | 1342 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\6_OpenAI_gym\RL_brain.py | 8416 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\6_OpenAI_gym\run_CartPole.py | 1475 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\6_OpenAI_gym\run_MountainCar.py | 1355 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\7_Policy_gradient_softmax\RL_brain.py | 4346 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\7_Policy_gradient_softmax\run_CartPole.py | 1815 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\7_Policy_gradient_softmax\run_MountainCar.py | 2025 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\8_Actor_Critic_Advantage\AC_CartPole.py | 5860 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\8_Actor_Critic_Advantage\AC_continue_Pendulum.py | 6405 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\9_Deep_Deterministic_Policy_Gradient_DDPG\DDPG.py | 9931 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\9_Deep_Deterministic_Policy_Gradient_DDPG\DDPG_update.py | 5755 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\2D_car\car_env.py | 7953 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\2D_car\collision.py | 2072 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\2D_car\DDPG.py | 9797 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Robot_arm\A3C.py | 8623 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Robot_arm\arm_env.py | 8477 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Robot_arm\DDPG.py | 10375 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Robot_arm\DPPO.py | 8028 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Solve_BipedalWalker\A3C.py | 8452 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Solve_BipedalWalker\A3C_rnn.py | 9948 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Solve_BipedalWalker\DDPG.py | 16096 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Solve_BipedalWalker\log\events.out.tfevents.1490801027.Morvan | 1125094 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Solve_LunarLander\A3C.py | 9653 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Solve_LunarLander\DuelingDQNPrioritizedReplay.py | 13025 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Solve_LunarLander\run_LunarLander.py | 1712 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\LICENCE | 1055 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\README.md | 4431 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\RL_cover.jpg | 69700 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Solve_BipedalWalker\log | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\10_A3C | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\11_Dyna_Q | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\12_Proximal_Policy_Optimization | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\1_command_line_reinforcement_learning | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\2_Q_Learning_maze | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\3_Sarsa_maze | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\4_Sarsa_lambda_maze | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5.1_Double_DQN | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5.2_Prioritized_Replay_DQN | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5.3_Dueling_DQN | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\5_Deep_Q_Network | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\6_OpenAI_gym | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\7_Policy_gradient_softmax | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\8_Actor_Critic_Advantage | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents\9_Deep_Deterministic_Policy_Gradient_DDPG | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\2D_car | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Robot_arm | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Solve_BipedalWalker | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments\Solve_LunarLander | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\contents | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master\experiments | 0 | 2017-09-13 |
Reinforcement-learning-with-tensorflow-master | 0 | 2017-09-13 |