Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History

salina_examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Examples

We provide examples of different algorithms in different domains.

Reinforcement Learning

We provide a set of Benchmarked RL algorithms and also simplified versions to allow to well understand the principle of the library. These algorithms can be easily modified to start a new project.

Note that due to the modularity of salina, all the implementations work with any type of policies (recurrent, hierarchical, transformers,....)

Offline/Imitation Learning

Based on D4RL, we provide implementations of algorithms for off-policy learning

  • BC Behavioral Cloning

Computer Vision

See Computer Vision Algorithms

Language Modelling

Under progress...

Speed Test

It is a simple script to compute the execution speed of any agent. It allows to optimize experiments by choosing the right ratio between the batch size, the time size and the number of processes