anshdavid's Stars
Edinburgh-Genome-Foundry/Proglog
:memo: Logs and progress bars manager for Python
CodingQuest2023/Algorithms
aju22/Sudoku-Bot
An interactive python program to solve sudoku.
igor-marinescu/wfc
WFC - Wavefunction Collapse Algorithm
gromgull/triangular-grid-model-synthesis-3d
A quick demo of model synthesis on a triangular grid in react three fiber
mxgmn/WaveFunctionCollapse
Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics
marian42/wavefunctioncollapse
Walk through an infinite, procedurally generated city
scotty1373/Torcs_PPO
Single-threaded algorithm implementation of PPO algorithm in Torcs environment
gerkone/pyTORCS-docker
Docker-based, gym-like torcs environment with vision.
ericyangyu/PPO-for-Beginners
A simple and well styled PPO implementation. Based on my Medium series: https://medium.com/@eyyu/coding-ppo-from-scratch-with-pytorch-part-1-4-613dfc1b14c8.
xtma/pytorch_car_caring
Reinforcement Learning for Gym CarRacing-v0 with PyTorch
sarikayamehmet/DRL-Torcs
PyTorch implementation of Deterministic Policy Gradient (DDPG) and Proximal Policy Optimization (PPO) on TORCS (The Open Racing Car Simulator)
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
sweetice/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....