Skip to content

BobMak/rladv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rladv

A simple plotting utility for algorithm performance comparison in reinforcement learning benchmarks. Plot the relative advantage of your algorithm against your baseline.

Installation

pip install wandb tqdm rladv

Usage

  1. Run your algorithm and a baseline on a benchmark, logging the target performance metric to wandb.

  2. Generate the plot:

import rladv
rladv.plot_advantage(project="my_project", comparison_variable="my_metric", cache=True, use_cached=True)

Example Plot:

Example Plot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages