meraccos
Graduate student at UNIST, South Korea. Mainly interested in RL and autonomy.
UNISTUlsan, South Korea
meraccos's Stars
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
microsoft/DeepSpeed
DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
RustScan/RustScan
🤖 The Modern Port Scanner 🤖
Farama-Foundation/Gymnasium
An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
google-deepmind/lab
A customisable 3D platform for agent-based AI research
google-deepmind/dm_control
Google DeepMind's software stack for physics-based simulation and Reinforcement Learning environments, using MuJoCo.
seungeunrho/minimalRL
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
PacktPublishing/Deep-Reinforcement-Learning-Hands-On
Hands-on Deep Reinforcement Learning, published by Packt
Farama-Foundation/Arcade-Learning-Environment
The Arcade Learning Environment (ALE) -- a platform for AI research.
HumanCompatibleAI/imitation
Clean PyTorch implementations of imitation and reward learning algorithms
quantumiracle/Popular-RL-Algorithms
PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT-Opt, PointNet..
williamFalcon/DeepRLHacks
Hacks for training RL systems from John Schulman's lecture at Deep RL Bootcamp (Aug 2017)
staz0t/hashcatch
Capture handshakes of nearby WiFi networks automatically
google-deepmind/meltingpot
A suite of test scenarios for multi-agent reinforcement learning.
cinquemb/WifiBruteCrack
Program to attempt to brute force all wifi networks in range of a device, and return a possible set of networks to connect to and the password,
medipixel/rl_algorithms
Structural implementation of RL key algorithms
ethz-asl/dynablox
Real-time detection of diverse dynamic objects in complex environments.
ricardojoserf/wifi-pentesting-guide
WiFi Penetration Testing Guide
insolitum/insolitum
ikostrikov/implicit_q_learning
ros/urdf_parser_py
Standalone URDF parser for Python.
gkahn13/GtS
f1tenth/f1tenth_racetracks
This repository contains maps from over 20 real race tracks (mainly F1 and DTM) downscaled for the usage in the F1TENTH Gym and F1TENTH Simulator.
quantumiracle/MARS
MARS is shortened for Multi-Agent Research Studio, a library for mulit-agent reinforcement learning research.
machine1337/recon-automation
This script will install all the essential bug bounty tools and will find some basic vulns. I made this script for my daily hunting. The best feature about this script is just run it in background and then analyze the target manually.
machine1337/iplocation
A small script to find the exact Geo-location of IP
mrahtz/gym-moving-dot
A simple moving dot environment for OpenAI Gym to test reinforcement learning algorithms
abhaybd/F1-RL
Learning to race on F1 tracks using Deep Reinforcement Learning
daliborstakic/tictactoe-pygame
A well known two player game made using Python and Pygame.