Skip to content

Latest commit

 

History

History
118 lines (92 loc) · 5.4 KB

File metadata and controls

118 lines (92 loc) · 5.4 KB

DeepMind Open Source Resources

This document provides a comprehensive index of all datasets, code repositories, and resources associated with DeepMind Research projects. This centralizes access to improve reproducibility and research collaboration.

📊 Datasets

Computer Vision & Image Processing

Reinforcement Learning

Physics & Simulation

Natural Language Processing

Self-Supervised Learning

Graph Neural Networks

🧬 Computational Biology

🎮 Game AI & Multi-Agent

🌡️ Climate & Weather

📚 How to Use This Index

For Researchers:

  1. Find your domain of interest above
  2. Follow the paper link to understand the methodology
  3. Navigate to the code directory for implementation details
  4. Download datasets using provided scripts or links

For Dataset Access:

Most datasets are downloaded programmatically:

# Example: MeshGraphNets CFD data
bash meshgraphnets/download_dataset.sh cylinder_flow ./data/

# Example: RL Unplugged datasets
python -m rl_unplugged.load_dataset --task=cartpole_swingup

For Code Usage:

Each project directory contains:

  • README.md - Project-specific documentation
  • requirements.txt - Python dependencies
  • run.sh or similar - Execution scripts
  • Example notebooks where applicable

🔗 External Resources

Official DeepMind Repositories:

  • DeepMind Lab - 3D learning environments
  • OpenSpiel - Multi-agent reinforcement learning
  • dm-haiku - JAX neural network library
  • Acme - Reinforcement learning research framework

DeepMind Official Links:

🐛 Reporting Issues

If you find broken links or missing resources:

  1. Check if the resource has moved to a dedicated repository
  2. Open an issue in this repository with the "documentation" label
  3. Include the specific resource and expected location

📄 License

All code and datasets are subject to their individual licenses as specified in each project directory. Most DeepMind research code is released under the Apache 2.0 License.


Last updated: August 2025 This document is maintained by the community. Contributions welcome!