Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 742 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 742 Bytes

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.