All Projects → amiralansary → Rl Medical

amiralansary / Rl Medical

Licence: apache-2.0
Deep Reinforcement Learning (DRL) agents applied to medical images

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rl Medical

Deep Learning Drizzle
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
Stars: ✭ 9,717 (+7800%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, medical-imaging
Cs234 Reinforcement Learning Winter 2019
My Solutions of Assignments of CS234: Reinforcement Learning Winter 2019
Stars: ✭ 93 (-24.39%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Pytorch sac ae
PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)
Stars: ✭ 94 (-23.58%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Torchrl
Highly Modular and Scalable Reinforcement Learning
Stars: ✭ 102 (-17.07%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Snake
Artificial intelligence for the Snake game.
Stars: ✭ 1,241 (+908.94%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Cs234
My Solution to Assignments of CS234
Stars: ✭ 91 (-26.02%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Samsung Drl Code
Repository for codes of Deep Reinforcement Learning (DRL) lectured at Samsung
Stars: ✭ 99 (-19.51%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Rl Course Experiments
Stars: ✭ 73 (-40.65%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Aws Robomaker Sample Application Deepracer
Use AWS RoboMaker and demonstrate running a simulation which trains a reinforcement learning (RL) model to drive a car around a track
Stars: ✭ 105 (-14.63%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+2342.28%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Deep reinforcement learning
Resources, papers, tutorials
Stars: ✭ 119 (-3.25%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Rlenv.directory
Explore and find reinforcement learning environments in a list of 150+ open source environments.
Stars: ✭ 79 (-35.77%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Treeqn
Stars: ✭ 77 (-37.4%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Muzero General
MuZero
Stars: ✭ 1,187 (+865.04%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Advanced Deep Learning And Reinforcement Learning Deepmind
🎮 Advanced Deep Learning and Reinforcement Learning at UCL & DeepMind | YouTube videos 👉
Stars: ✭ 121 (-1.63%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Awesome Deep Reinforcement Learning
Curated list for Deep Reinforcement Learning (DRL): software frameworks, models, datasets, gyms, baselines...
Stars: ✭ 95 (-22.76%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
1 Year Machinelearning Journey
An advanced program in Machine Learning and Deep Learning
Stars: ✭ 69 (-43.9%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Torch Ac
Recurrent and multi-process PyTorch implementation of deep reinforcement Actor-Critic algorithms A2C and PPO
Stars: ✭ 70 (-43.09%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Reinforcement Learning
🤖 Implements of Reinforcement Learning algorithms.
Stars: ✭ 104 (-15.45%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning
Hierarchical Actor Critic Hac Pytorch
PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments
Stars: ✭ 116 (-5.69%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning

RL-Medical

Deep Reinforcement Learning (DRL) agents applied to medical images

Examples

Installation

Dependencies

tensorpack-medical requires:

User installation

pip install -U git+https://github.com/amiralansary/rl-medical.git

Development

New contributors of any experience level are very welcomed

Source code

You can clone the latest version of the source code with the command::

https://github.com/amiralansary/rl-medical.git

Citation

If you use this code in your research, please cite these paper:

@article{alansary2019evaluating,
  title={{Evaluating Reinforcement Learning Agents for Anatomical Landmark Detection}},
  author={Alansary, Amir and Oktay, Ozan and Li, Yuanwei and Le Folgoc, Loic and
          Hou, Benjamin and Vaillant, Ghislain and Kamnitsas, Konstantinos and
          Vlontzos, Athanasios and Glocker, Ben and Kainz, Bernhard and Rueckert, Daniel},
  journal={Medical Image Analysis},
  year={2019},
  publisher={Elsevier}
}

@inproceedings{alansary2018automatic,
  title={Automatic view planning with multi-scale deep reinforcement learning agents},
  author={Alansary, Amir and Le Folgoc, Loic and Vaillant, Ghislain and Oktay, Ozan and Li, Yuanwei and
  Bai, Wenjia and Passerat-Palmbach, Jonathan and Guerrero, Ricardo and Kamnitsas, Konstantinos and Hou, Benjamin and others},
  booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
  pages={277--285},
  year={2018},
  organization={Springer}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].