tuomaso / radial_rl_v2

This repository contains the official code for our NeurIPS 2021 publication "Robust Deep Reinforcement Learning through Adversarial Loss​"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robust Adversarial Loss(RADIAL) - RL

This repository contains the official code and models used for our NeurIPS 2021 publication Robust Deep Reinforcement Learning through Adversarial Loss.

Our RADIAL models(row 2,4) reach good rewards under adversarial attacks to state input, unlike standard models (row 1,3).

For code, model and installation instructions see the folders for each set of environments: "Atari", "Procgen" and "Mujoco".

An earlier version of our work is available at https://github.com/tuomaso/radial_rl, which contains an earier implementation of Approach #1 for Atari DQN and A3C.

About

This repository contains the official code for our NeurIPS 2021 publication "Robust Deep Reinforcement Learning through Adversarial Loss​"


Languages

Language:Python 96.6%Language:Jupyter Notebook 2.3%Language:Shell 1.1%