LucasAlegre
PhD student at Institute of Informatics - UFRGS. Project Manager @Farama-Foundation.
Institute of Informatics - UFRGSPorto Alegre
Pinned Repositories
MO-Gymnasium
Multi-objective Gymnasium environments for reinforcement learning
advent-of-code-2019
Python solutions to Advent of Code 2019.
funk-generator
Earley Algorithm implementation to generate random brazilian funk music.
linear-rl
Reinforcement Learning with linear function approximation
mbcd
Code for the paper "Minimum-Delay Adaptation in Non-Stationary Reinforcement Learning via Online High-Confidence Change-Point Detection"
morl-baselines
Multi-Objective Reinforcement Learning algorithms implementations.
sac-plus
Soft Actor-Critic implementation with SOTA model-free extension (REDQ) and SOTA model-based extension (MBPO).
SelfieArt
SelfieArt: Interactive Multi-Style Transfer for Selfies and Videos with Soft Transitions
sfols
Code for the paper Optimistic Linear Support and Successor Features as a Basis for Optimal Policy Transfer - ICML 2022
sumo-rl
Reinforcement Learning environments for Traffic Signal Control with SUMO. Compatible with Gymnasium, PettingZoo, and popular RL libraries.
LucasAlegre's Repositories
LucasAlegre/sumo-rl
Reinforcement Learning environments for Traffic Signal Control with SUMO. Compatible with Gymnasium, PettingZoo, and popular RL libraries.
LucasAlegre/morl-baselines
Multi-Objective Reinforcement Learning algorithms implementations.
LucasAlegre/sac-plus
Soft Actor-Critic implementation with SOTA model-free extension (REDQ) and SOTA model-based extension (MBPO).
LucasAlegre/mbcd
Code for the paper "Minimum-Delay Adaptation in Non-Stationary Reinforcement Learning via Online High-Confidence Change-Point Detection"
LucasAlegre/SelfieArt
SelfieArt: Interactive Multi-Style Transfer for Selfies and Videos with Soft Transitions
LucasAlegre/linear-rl
Reinforcement Learning with linear function approximation
LucasAlegre/sfols
Code for the paper Optimistic Linear Support and Successor Features as a Basis for Optimal Policy Transfer - ICML 2022
LucasAlegre/advent-of-code-2019
Python solutions to Advent of Code 2019.
LucasAlegre/backpropagation
Implementation of a fully connected neural network from scratch using numpy.
LucasAlegre/computational-photography
Code from the course INF01213/CMP570 - Fotografia Computacional / Computational Photography of UFRGS.
LucasAlegre/advent-of-code-2020
Python solutions to Advent of Code 2020. https://adventofcode.com/2020/
LucasAlegre/advent-of-code-2021
Python solutions to Advent of Code 2021. https://adventofcode.com/2021
LucasAlegre/awesome-rl-envs
LucasAlegre/rl-course-ufrgs
Project from Reinforcement Learning course of UFRGS based on http://ai.berkeley.edu/reinforcement.html.
LucasAlegre/rl-visualization
Gym Env wrapper that runs a Flask application to visualize RL agents learning.
LucasAlegre/tcp-fairness
Python client and server to analyze TCP's fairness.
LucasAlegre/vote-network
LucasAlegre/cleanrl
High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features
LucasAlegre/compilers
UFRGS – Informática - INF01147 - Compiladores - 2019/1 Turma A - Prof. Marcelo Johann
LucasAlegre/graduation
$ git remote <graduation> yearbook
LucasAlegre/gym-docs
Code for Gym documentation website
LucasAlegre/Gymnasium
An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
LucasAlegre/HighwayEnv
A minimalist environment for decision-making in autonomous driving
LucasAlegre/infufrgs
Latex templates for documents of INF/UFRGS
LucasAlegre/lucasalegre.github.io
LucasAlegre/network-theory
Experimenting with python-igraph.
LucasAlegre/pymoo
NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO
LucasAlegre/random-forest
Implementation of Random Forests (ensemble).
LucasAlegre/search-algorithms
LucasAlegre/stable-baselines3
PyTorch version of Stable Baselines, improved implementations of reinforcement learning algorithms.