Pinned Repositories
ADD_torcs
Automatic-Observer-for-StarCraft
car-racing-attention-agent
Reproduce the results of "Neuroevolution of Self-Interpretable Agents" paper
continual-learning
PyTorch implementation of various methods for continual learning (XdG, EWC, online EWC, SI, LwF, DGR, DGR+distill, RtF, iCaRL).
continual_learning2
Deep-Reinforcement-Learning-Hands-On
Hands-on Deep Reinforcement Learning, published by Packt
gradio_ko_chat
Gym_Env_Basic
gym usage basic tutorial step by step
Mask_R_CNN_Starcraft_Automatic_Observer
PyTorch-RL
DQN, Reinforce, A2C (Reference: https://github.com/pytorch)
hotco87's Repositories
hotco87/gradio_ko_chat
hotco87/Automatic-Observer-for-StarCraft
hotco87/Mask_R_CNN_Starcraft_Automatic_Observer
hotco87/ADD_torcs
hotco87/car-racing-attention-agent
Reproduce the results of "Neuroevolution of Self-Interpretable Agents" paper
hotco87/continual-learning
PyTorch implementation of various methods for continual learning (XdG, EWC, online EWC, SI, LwF, DGR, DGR+distill, RtF, iCaRL).
hotco87/continual_learning2
hotco87/CQL
Conservative Q Learning on top of SAC
hotco87/dreamer-pytorch
pytorch-implementation of Dreamer (Model-based Image RL Algorithm)
hotco87/EGPO
Official implementation of CoRL 2021 paper "Safe Driving via Expert Guided Policy Optimization".
hotco87/GPTQ-for-LLaMa
4 bits quantization of LLaMA using GPTQ
hotco87/hotco87.github.io
Personal CV
hotco87/IDM-VTON
IDM-VTON : Improving Diffusion Models for Authentic Virtual Try-on in the Wild
hotco87/KakaoChatData
카카오톡 대화 데이터셋
hotco87/latent-diffusion
High-Resolution Image Synthesis with Latent Diffusion Models
hotco87/MarioNette
Code for MarioNette: Self-Supervised Sprite Learning, in NeurIPS 2021
hotco87/metadrive
MetaDrive: Composing Diverse Scenarios for Generalizable Reinforcement Learning
hotco87/min-decision-transformer
Minimal implementation of Decision Transformer: Reinforcement Learning via Sequence Modeling in PyTorch for mujoco control tasks in OpenAI gym
hotco87/MiniGPT-4
hotco87/Open-AnimateAnyone
Unofficial Implementation of Animate Anyone
hotco87/pytorch-a2c-ppo-acktr-gail
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
hotco87/sd_animation_optical_flow
stabilizing SD generated video
hotco87/SPACE
Official PyTorch implementation of "SPACE: Unsupervised Object-Oriented Scene Representation via Spatial Attention and Decomposition"
hotco87/stable-diffusion
A latent text-to-image diffusion model
hotco87/svea-vit
Code for the paper "Stabilizing Deep Q-Learning with ConvNets and Vision Transformers under Data Augmentation"
hotco87/text-generation-webui
A gradio web UI for running Large Language Models like LLaMA, llama.cpp, GPT-J, Pythia, OPT, and GALACTICA.
hotco87/TOV-VICReg
hotco87/VAI-ReinforcementLearning
[CVPR 2021] Official Implementation of VAI: Unsupervised Visual Attention and Invariance for Reinforcement Learning
hotco87/vicuna_to_alpacan
Conversion script adapting vicuna dataset into alpaca format for use with oobabooga's trainer
hotco87/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch