cartpole的多种控制方法(强化学习、自适应pid、粒子群)
☆20Dec 19, 2018Updated 7 years ago
Alternatives and similar repositories for cartpole
Users that are interested in cartpole are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆17Oct 31, 2022Updated 3 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入 速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- 基于xgboost的风力电机叶片结冰分类预测☆11Jul 22, 2019Updated 6 years ago
- University group project concerning the comparison between the classical and the modified Denavit-Hartenberg convention in Newton-Euler a…☆15Jun 4, 2020Updated 5 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Estimate LuGre friction model parameters out of the data collected☆11Jun 27, 2019Updated 6 years ago
- ”智能“工业传感器解决方案,传感器联网(物联网范畴)。该方案基于4G模块,采用MQTT协议与阿里云平台连接,完成传感器数据采集与上报。☆18Jul 1, 2021Updated 4 years ago
- 3 DoFs dynamic model of deep groove ball bearing on x, y and z rotation with outer ring fault.☆22May 16, 2025Updated 11 months ago
- Model Predictive Contouring Controller (MPCC) for Autonomous Racing☆29Feb 11, 2019Updated 7 years ago
- 通过python3.6编程,利用DQN算法实现机器学习避开障碍走到迷宫终点。(Through python3.6 programming, I use DQN algorithm to achieve machine learning and avoid obstacles…☆10Apr 15, 2018Updated 8 years ago
- DS3231 Library for STM32☆15May 11, 2019Updated 6 years ago
- An example of active vibration attenuation by linear quadratic control entirely implemented in ANSYS APDL.☆16Aug 16, 2021Updated 4 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- Unofficial C++ implementation of SLAM method, VITAMIN-E☆11Oct 10, 2020Updated 5 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- python利用pywifi模块进行WiFi密码破解☆20May 29, 2024Updated last year
- MATLAB code and data for the paper “Optimal energy management of offshore wind farms considering the combination of overplanting and dyna…☆18Jun 23, 2024Updated last year
- This is a Matlab code package is related to the article: "Performance Enhancement for Multi-hop Harvest-to-Transmit WSNs With Path-Select…☆16Dec 1, 2019Updated 6 years ago
- Integration of kinect2 sensor with blender 3d view in real time☆13Aug 15, 2018Updated 7 years ago
- ur5 robot with robotiq parallel grippers for testing parallel grasping algorithms