Difference between revisions of "Distributed Deep Reinforcement Learning (DDRL)"

From
Jump to: navigation, search
(Created page with "{{#seo: |title=PRIMO.ai |titlemode=append |keywords=artificial, intelligence, machine, learning, models, algorithms, data, singularity, moonshot, Tensorflow, Google, Nvidia, M...")
 
Line 8: Line 8:
 
[http://www.google.com/search?q=Distributed+Deep+Reinforcement+Learning+DeepRL+machine+learning+ML+artificial+intelligence ...Google search]
 
[http://www.google.com/search?q=Distributed+Deep+Reinforcement+Learning+DeepRL+machine+learning+ML+artificial+intelligence ...Google search]
  
 +
* [[IMPALA (Importance Weighted Actor-Learner Architecture)]]
 +
* [http://deepmind.com/blog/impala-scalable-distributed-deeprl-dmlab-30/ Importance Weighted Actor-Learner Architectures: Scalable Distributed DeepRL in DMLab-30]
 
* [[Deep Reinforcement Learning (DRL)]]
 
* [[Deep Reinforcement Learning (DRL)]]
* [http://deepmind.com/blog/impala-scalable-distributed-deeprl-dmlab-30/ Importance Weighted Actor-Learner Architectures: Scalable Distributed DeepRL in DMLab-30]
 
  
Deep Reinforcement Learning (DeepRL) has achieved remarkable success in a range of tasks, from continuous control problems in robotics to playing games like Go and Atari. The improvements seen in these domains have so far been limited to individual tasks where a separate agent has been tuned and trained for each task.
+
a new, highly scalable agent architecture for distributed training called Importance Weighted Actor-Learner Architecture that uses a new off-policy correction algorithm called V-trace.
 +
 
 +
<youtube>YMfJLFynmA</youtube>
 +
 
 +
== DMLab-30 ==
 +
 
 +
[http://www.youtube.com/results?search_query=DMLab-30+Distributed+Deep+Reinforcement+Learning+DeepRL Youtube search...]
 +
[http://www.google.com/search?q=Distributed+DMLab-30+Deep+Reinforcement+Learning+DeepRL+machine+learning+ML+artificial+intelligence ...Google search]
 +
 
 +
DMLab-30 is a collection of new levels designed using our open source RL environment DeepMind Lab. These environments enable any DeepRL researcher to test systems on a large spectrum of interesting tasks either individually or in a multi-task setting.
  
<youtube>PYQAI6Td2wo</youtube>
+
* [http://github.com/deepmind/lab/tree/master/game_scripts/levels/contributed/dmlab30 DMLab-30 | GitHub]

Revision as of 21:35, 15 February 2019

Youtube search... ...Google search

a new, highly scalable agent architecture for distributed training called Importance Weighted Actor-Learner Architecture that uses a new off-policy correction algorithm called V-trace.

DMLab-30

Youtube search... ...Google search

DMLab-30 is a collection of new levels designed using our open source RL environment DeepMind Lab. These environments enable any DeepRL researcher to test systems on a large spectrum of interesting tasks either individually or in a multi-task setting.