This is the Linux app named Scalable Distributed Deep-RL whose latest release can be downloaded as scalable_agentsourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Scalable Distributed Deep-RL with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
Scalable Distributed Deep-RL
DESCRIPTION:
Scalable Agent is the open implementation of IMPALA (Importance Weighted Actor-Learner Architectures), a highly scalable distributed reinforcement learning framework developed by Google DeepMind. IMPALA introduced a new paradigm for efficiently training agents across large-scale environments by decoupling acting and learning processes. In this architecture, multiple actor processes interact with their environments in parallel to collect trajectories, which are then asynchronously sent to a centralized learner for policy updates. The learner uses importance weighting to correct for policy lag between actors and the learner, enabling stable off-policy training at scale. This design allows the system to scale efficiently to hundreds of environments and billions of frames while maintaining sample efficiency and stability. The implementation supports training in DeepMind Lab (DMLab) and has also been adapted for other environments like Atari and Street View.
Features
- Implements IMPALA, a scalable distributed deep reinforcement learning framework
- Supports asynchronous actor-learner architecture with importance weighting
- Efficiently trains agents on large-scale environments (e.g., DMLab-30, Atari)
- Includes dynamic batching for optimized data throughput
- Compatible with DeepMind Sonnet and TensorFlow
- Provides Dockerfile setup for reproducible single-machine or distributed training
Programming Language
C++, Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/scalable-dist-deep-rl.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.