Pinned Repositories
2D-tracking-EKF
This is a simple matlab implementation of a 2D tracking with Extended Kalman Filter
A-Star-Pathfinder
An A* (A Star) Pathfinding Demonstration using Python and PyGame
A-Star-with-pygame-and-networkx
attention
some attention implements
camel
🐫 CAMEL: Finding the Scaling Law of Agents. A multi-agent framework. https://www.camel-ai.org
CLRS
📚 Solutions to Introduction to Algorithms Third Edition
Cradle
The Cradle framework is a first attempt at General Computer Control (GCC). Cradle supports agents to ace any computer task by enabling strong reasoning abilities, self-improvment, and skill curation, in a standardized general environment with minimal requirements.
DataStore
deepdream
SolitonTools
It aims to help the novices to study the concepts of soliton, and solve equations by mathematica and matlab.
pringwong's Repositories
pringwong/SolitonTools
It aims to help the novices to study the concepts of soliton, and solve equations by mathematica and matlab.
pringwong/2D-tracking-EKF
This is a simple matlab implementation of a 2D tracking with Extended Kalman Filter
pringwong/A-Star-with-pygame-and-networkx
pringwong/attention
some attention implements
pringwong/camel
🐫 CAMEL: Finding the Scaling Law of Agents. A multi-agent framework. https://www.camel-ai.org
pringwong/CLRS
📚 Solutions to Introduction to Algorithms Third Edition
pringwong/Cradle
The Cradle framework is a first attempt at General Computer Control (GCC). Cradle supports agents to ace any computer task by enabling strong reasoning abilities, self-improvment, and skill curation, in a standardized general environment with minimal requirements.
pringwong/DataStore
pringwong/deepdream
pringwong/dnc
Simple RNN, LSTM and Differentiable Neural Computer in pure Numpy
pringwong/e3b
Official repo for the E3B algorithm described in the paper "Exploration via Elliptical Episodic Bonuses".
pringwong/flash-linear-attention
Efficient implementations of state-of-the-art linear attention models in Pytorch and Triton
pringwong/FMQ
A fast single-direction queue for multiprocessing.
pringwong/freeciv
Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization. Upstream repository for the standalone Freeciv client and server. Report bugs and submit patches at https://osdn.net/projects/freeciv/ticket/
pringwong/freeciv-web
Freeciv-web is an Open Source strategy game implemented in HTML5 and WebGL, which can be played online against other players, or in single player mode against AI opponents.
pringwong/g53dia
THIS IS NOT A HTML REPOSITORY and im tired of changing autogenerated tag. ©2017 Brian Logan. A simple AI agent developed in Java. Using a pre-developed environment developed by professor Brian Logan.
pringwong/gfn-lm-tuning
pringwong/gym
A toolkit for developing and comparing reinforcement learning algorithms.
pringwong/HanLP
中文分词 词性标注 命名实体识别 依存句法分析 语义依存分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
pringwong/lihang_book_algorithm
致力于将李航博士《统计学习方法》一书中所有算法实现一遍
pringwong/MiniGPT-4
Open-sourced codes for MiniGPT-4 and MiniGPT-v2 (https://minigpt-4.github.io, https://minigpt-v2.github.io/)
pringwong/numpy
The fundamental package for scientific computing with Python.
pringwong/peft
🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
pringwong/plot_max
easy to plot scalely
pringwong/pytorch-trpo
PyTorch Implementation of Trust Region Policy Optimization (TRPO)
pringwong/ray
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
pringwong/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials
pringwong/SVM-python
Implemented SVM in Python. In particular, the SMO algorithm is implemented.
pringwong/tensorflow
An Open Source Machine Learning Framework for Everyone
pringwong/tree-of-thought-llm
[NeurIPS 2023] Tree of Thoughts: Deliberate Problem Solving with Large Language Models