Pinned Repositories
a_star_search_algorithm
Implementation of search algorithm A* (A Star).
ARNPG-MORL
[NeurIPS 2022] "Anchor-Changing Regularized Natural Policy Gradient for Multi-Objective Reinforcement Learning"
DynMORL
Code for Dynamic Weights in Multi-Objective Deep Reinforcement Learning
HuaRongDao
Also known as Klotski. Optimally solved the puzzle using A* search in minimum steps.
kaushik_2018_multi-dex
Source code for "Multi-objective Model-based Policy Search for Data-efficient Learning with Sparse Rewards" (CoRL 2018)
Klotski-solver
Artificial Intelligence project to compare different search algorithms - especially A* based algorithms.
KlotskiPuzzleSolver
Klotski puzzle solver with A* and BFS algorithms.
MORL
Multi-Objective Reinforcement Learning
multiagent-pathfinding
Conflict-based search for multi-agent path finding
N-Puzzle-through-A-Star
Solving the N-Puzzle Using A Star Search Algorithm with Manhattan Heuristic
curryliu30's Repositories
curryliu30/DynMORL
Code for Dynamic Weights in Multi-Objective Deep Reinforcement Learning
curryliu30/HuaRongDao
Also known as Klotski. Optimally solved the puzzle using A* search in minimum steps.
curryliu30/kaushik_2018_multi-dex
Source code for "Multi-objective Model-based Policy Search for Data-efficient Learning with Sparse Rewards" (CoRL 2018)
curryliu30/KlotskiPuzzleSolver
Klotski puzzle solver with A* and BFS algorithms.
curryliu30/multiagent-pathfinding
Conflict-based search for multi-agent path finding
curryliu30/NJUCS
2021南京大学计算机科学与技术845考研公共课和专业课资料:数学一、英语一、政治、数据结构、计算机网络、计算机系统基础、操作系统教程、算法设计与分析-包括真题、期末考试、PPT、模拟题、专业课参考书及课后答案、报录比、经验等等
curryliu30/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
curryliu30/Search-Algorithm-Applications-On-Puzzels
Klotski is a sliding puzzel game. Here is a example of applying BFS, DFS and A star search algorithms on the game.
curryliu30/8Puzzle-StateSpaceSearches
BFS, IDS, Greedy & A* applied to the 8-puzzle problem. :gear:
curryliu30/A-star-search
visually find the shortest path using A* algorithm
curryliu30/cplusplus-_Implementation_Of_Introduction_to_Algorithms
《算法导论》第三版中算法的C++实现
curryliu30/curriculum
a repository for my curriculum project
curryliu30/evolution_strategies
curryliu30/gp_pref_elicit
Ordered Preference Elicitation Strategies for Multi-Objective Decision Making using Gaussian Processes
curryliu30/leedeeprl-notes
李宏毅《深度强化学习》笔记,在线阅读地址:https://datawhalechina.github.io/leedeeprl-notes/
curryliu30/LeetCode-NOTES
LeetCode 算法解答
curryliu30/MCM-ICM
2004-2020美赛O奖论文
curryliu30/mlfinlab
Package based on the work of Dr Marcos Lopez de Prado regarding his research with respect to Advances in Financial Machine Learning
curryliu30/NJU-Review-Materials
📝 南哪课程复习资料 Review materials for NJU
curryliu30/njumath
Course slides & Examination review
curryliu30/pareto-manifold
Minimal Policy Search Toolbox
curryliu30/PGMORL
[ICML 2020] Prediction-Guided Multi-Objective Reinforcement Learning for Continuous Robot Control
curryliu30/PPO-PyTorch
Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch
curryliu30/qlib
Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies.
curryliu30/STM32-libraries
Collection of RTOS aware low-level (HAL) and high-level libraries (drivers) for the STM32 device family
curryliu30/tensorflow
An Open Source Machine Learning Framework for Everyone
curryliu30/Tensorflow-Tutorial
Tensorflow tutorial from basic to hard, 莫烦Python 中文AI教学
curryliu30/ThesisCode
Here is the sample code for my bachelor thesis: The Adaptive Complexity of Submodular Function Maximization
curryliu30/thu-cst-cracker
清华大学计算机系课程攻略
curryliu30/Time-Series-ARIMA-XGBOOST-RNN
Time series forecasting for individual household power prediction: ARIMA, xgboost, RNN