Git Product home page Git Product logo

drpo's Introduction

DRPO

This work "Federated Offline Policy Optimization with Dual Regularization" has been submitted in INFOCOM 2024.

๐Ÿ“„ Description

doubly regularized federated offline policy optimization (DRPO), that leverages dual regularization, one based on the local behavioral state-action distribution and the other on the global aggregated policy. Specifically, the first regularization can incorporate conservatism into the local learning policy to ameliorate the effect of extrapolation errors. The second can confine the local policy around the global policy to impede over-conservatism induced by the first regularizer and enhance the utilization of the aggregated information.

๐Ÿ”ง Dependencies

Installation

  1. Clone repo
    git clone https://github.com/HansenHua/DRPO-INFOCOM24.git
    cd MFPO-Online-Federated-Reinforcement-Learning
  2. Install dependent packages
    pip install -r requirements.txt
    

โšก Quick Inference

Get the usage information of the project

python main.py -h

Test the trained models provided in DRPO-doubly regularized federated offline policy optimization.

python main.py halfcheetah-medium-expert-v2 DRPO test

๐Ÿ’ป Training

We provide complete training codes for DRPO.
You could adapt it to your own needs.

```
python main.py halfcheetah-medium-expert-v2 DRPO train
```

๐Ÿ Testing

Testing

```
python main.py halfcheetah-medium-expert-v2 DRPO test
```

Open issues:

Models for testing is not updated now

๐Ÿ“ง Contact

If you have any question, please email [email protected].

drpo's People

Contributors

nanqiao1106 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.