wingos80's Stars
guofei9987/scikit-opt
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
facebookresearch/Pearl
A Production-ready Reinforcement Learning AI Agent Library brought by the Applied Reinforcement Learning team at Meta.
KomputeProject/kompute
General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm, NVIDIA & friends). Blazing fast, mobile-enabled, asynchronous and optimized for advanced GPU data processing usecases. Backed by the Linux Foundation.
CMA-ES/pycma
Python implementation of CMA-ES
motion-planning/rrt-algorithms
n-dimensional RRT, RRT* (RRT-Star)
zubair-irshad/Awesome-Robotics-3D
A curated list of 3D Vision papers relating to Robotics domain in the era of large models i.e. LLMs/VLMs, inspired by awesome-computer-vision, including papers, codes, and related websites
Linesight-RL/linesight
AI Plays Trackmania with Reinforcement Learning
7ossam81/EvoloPy
EvoloPy toolbox provides classical and recent nature-inspired metaheuristic for the global optimization.
TUDelft-CNS-ATM/bluesky
The open source air traffic simulator
Acmece/rl-collision-avoidance
Implementation of the paper "Towards Optimally Decentralized Multi-Robot Collision Avoidance via Deep Reinforcement Learning"
RoboticExplorationLab/TrajectoryOptimization.jl
A fast trajectory optimization library written in Julia
UW-ACL/SCPToolbox.jl
Sequential Convex Programming Toolbox for nonconvex trajectory optimization.
ChanchalKumarMaji/Reinforcement-Learning-Specialization
[Coursera] Reinforcement Learning Specialization by "University of Alberta" & "Alberta Machine Intelligence Institute"
AndrejGobeX/TrackMania_AI
Racing game AI
crisbodnar/pderl
Code for "Proximal Distilled Evolutionary Reinforcement Learning", accepted at AAAI 2020
fakemonk1/Reinforcement-Learning-Lunar_Lander
marcovirgolin/genepro
A baseline implementation of genetic programming (using trees to encode programs) with some examples of usage.
kdally/fault-tolerant-flight-control-drl
Deep Reinforcement Learning for Flight Control
CWI-EvolutionaryIntelligence/GOMEA
Library for optimization with the model-based evolutionary algorithm GOMEA (Gene-pool Optimal Mixing Evolutionary Algorithm)
CasperTeirlinck/RLFC-SACIDHP
Reinforcement Learning Flight Control: Hybrid Soft Actor-Critic and Incremental Dual Heuristic Programming for Fault-Tolerance
evopy/evopy
Evolutionary Strategies made simple!
VladGavra98/SERL
Safety-informed Evolutionary Reinforcement Learning applied to fault-tolerant and robust flight control.
MichielJM/AE4320_System_Identification
Repository for the multivariate splines assignment for the TU Delft course AE4320
peter-seres/dsac-flight
Risk-sensitive Distributional Reinforcement Learning for Flight Control
guidoAI/YUV_notebook
Tiny notebook to get some insight into the YUV color space
iamlucasvieira/HybridRL-FlightControl
Safe Autopilot with Reinforcement Learning
mhomola/RUN-DSAC
Returns Uncertainty Navigated Distributional Soft Actor Critic
iamgadmarconi/Assistant-Python
Chatbot using OpenAI Assistants API
DeusCL/minesweeper
A semi-full recreation of the game minesweeper made in Python using Pygame
wingos80/minesweeper_solved
A semi-full recreation of the game minesweeper made in Python using Pygame, with a solver...