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

Project Samples

Project Activity

See All Activity >

License

Apache License V2.0

Follow Scalable Distributed Deep-RL

Scalable Distributed Deep-RL Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Scalable Distributed Deep-RL!

Additional Project Details

Operating Systems

Linux

Programming Language

C++, Python

Related Categories

Python Deep Learning Frameworks, C++ Deep Learning Frameworks

Registered

4 days ago