deepmind
There are 158 repositories under deepmind topic.
google-deepmind/pysc2
StarCraft II Learning Environment
andri27-ts/Reinforcement-Learning
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
chris-chris/pysc2-examples
StarCraft II - pysc2 Deep Reinforcement Learning Examples
Toni-SM/skrl
Modular reinforcement learning library (on PyTorch and JAX) with support for NVIDIA Isaac Gym, Omniverse Isaac Gym and Isaac Lab
inoryy/reaver
Reaver: Modular Deep Reinforcement Learning Framework. Focused on StarCraft II. Supports Gym, Atari, and MuJoCo.
anantzoid/Conditional-PixelCNN-decoder
Tensorflow implementation of Gated Conditional Pixel Convolutional Neural Network
Robinwho/Deep-Learning
深度学习/人工智能/机器学习资料汇总(Deep Learning/Artificial Intelligent/Machine Learning) 持续更新……
SkyWorkAIGC/SkyCode-AI-CodeX-GPT3
SkyCode是一个多语言开源编程大模型,采用GPT3模型结构,支持Java, JavaScript, C, C++, Python, Go, shell等多种主流编程语言,并能理解中文注释。模型可以对代码进行补全,拥有强大解题能力,使您从编程中解放出来,专心于解决更重要的问题。| SkyCode is an open source programming model, which adopts the GPT3 model structure. It supports Java, JavaScript, C, C++, Python, Go, shell and other languages, and can understand Chinese comments.
google-deepmind/spriteworld
Spriteworld: a flexible, configurable python-based reinforcement learning environment
minqi/learning-to-communicate-pytorch
Learning to Communicate with Deep Multi-Agent Reinforcement Learning in PyTorch
vballoli/nfnets-pytorch
NFNets and Adaptive Gradient Clipping for SGD implemented in PyTorch. Find explanation at tourdeml.github.io/blog/
yhyu13/AlphaGOZero-python-tensorflow
Congratulation to DeepMind! This is a reengineering implementation (on behalf of many other git repo in /support/) of DeepMind's Oct19th publication: [Mastering the Game of Go without Human Knowledge]. The supervised learning approach is more practical for individuals. (This repository has single purpose of education only)
wohlert/generative-query-network-pytorch
Generative Query Network (GQN) in PyTorch as described in "Neural Scene Representation and Rendering"
google-deepmind/multi_object_datasets
Multi-object image datasets with ground-truth segmentation masks and generative factors.
L0SG/relational-rnn-pytorch
An implementation of DeepMind's Relational Recurrent Neural Networks (NeurIPS 2018) in PyTorch.
denisyarats/dmc2gym
OpenAI Gym wrapper for the DeepMind Control Suite
tayalmanan28/MuJoCo-Tutorial
Tutorial on how to get started with MuJoCo Simulation Platform. MuJoCo stands for Multi-Joint dynamics with Contact. It was acquired and made freely available by DeepMind in October 2021, and open sourced in May 2022. Feel free to contribute. Show your support by ✨this repository.
azminewasi/online-ml-university
A curated list of FREE courses available online from top universities of the world on CS-DS-ML!
MrGemy95/visual-interaction-networks-pytorch
This's an implementation of deepmind Visual Interaction Networks paper using pytorch
MattKleinsmith/pbt
Population Based Training (in PyTorch with sqlite3). Status: Unsupported
benjs/nfnets_pytorch
Pre-trained NFNets with 99% of the accuracy of the official paper "High-Performance Large-Scale Image Recognition Without Normalization".
Zhenye-Na/advanced-deep-learning-and-reinforcement-learning-deepmind
🎮 Advanced Deep Learning and Reinforcement Learning at UCL & DeepMind | YouTube videos 👉
iShohei220/torch-gqn
PyTorch Implementation of Generative Query Network
shivamsaboo17/Overcoming-Catastrophic-forgetting-in-Neural-Networks
Elastic weight consolidation technique for incremental learning.
gbaptista/gemini-ai
A Ruby Gem for interacting with Gemini through Vertex AI, Generative Language API, or AI Studio, Google's generative AI services.
SoyGema/Startcraft_pysc2_minigames
Startcraft II Machine Learning research with DeepMind pysc2 python library .mini-games and agents.
jsikyoon/visual-interaction-networks_tensorflow
Tensorflow Implementation of Visual Interaction Networks
bharathgs/NALU
Basic pytorch implementation of NAC/NALU from Neural Arithmetic Logic Units paper by trask et.al
manyoso/allie
Allie: A UCI compliant chess engine
jsikyoon/pathnet
Tensorflow Implementation of PathNet: Evolution Channels Gradient Descent in Super Neural Networks
Zeta36/muzero
A simple implementation of MuZero algorithm for connect4 game
navneet-nmk/Pytorch-RL-CPP
A Repository with C++ implementations of Reinforcement Learning Algorithms (Pytorch)
pekaalto/sc2aibot
Implementing reinforcement-learning algorithms for pysc2 -environment
blanyal/alpha-zero
AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm" by DeepMind.
rohitrango/objects-that-sound
Unofficial Implementation of Google Deepmind's paper `Objects that Sound`
henry-prior/jax-rl
JAX implementations of core Deep RL algorithms