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:
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- 数据预处理——插值法填补缺失值,并且标记填充位置☆10Apr 19, 2019Updated 7 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- 基于xgboost的风力电机叶片结冰分类预测☆11Jul 22, 2019Updated 7 years ago
- This project was part of my Masters thesis. Objective was the design and development of a novel hybrid Sub-Optimal Sliding Mode Controll…☆22Sep 16, 2020Updated 5 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 基于深度学习的风电机组机械故障智能识别方法研究☆15Apr 13, 2024Updated 2 years ago
- ”智能“工业传感器解决方案,传感器联网(物联网范畴)。该方案基于4G模块,采用MQTT协议与阿里云平台连接,完成传感器数据采集与上报。☆18Jul 1, 2021Updated 5 years ago
- ☆12Jul 24, 2018Updated 8 years ago
- Model Predictive Contouring Controller (MPCC) for Autonomous Racing☆29Feb 11, 2019Updated 7 years ago
- 白话强化学习与PyTorch的学习笔记☆36Apr 21, 2020Updated 6 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
- type into the url in blooket: javascript:(() => {/***************************************************************************************…☆10Mar 1, 2022Updated 4 years ago
- Little gadgets or project that I made, it could be finished, deprecated or remain to be finish.☆10Mar 15, 2019Updated 7 years ago
- Stochastic Resonance in Neurochaos Learning☆19May 16, 2021Updated 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.
- An example of active vibration attenuation by linear quadratic control entirely implemented in ANSYS APDL.☆17Aug 16, 2021Updated 5 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆26Nov 25, 2019Updated 6 years ago
- 3 DoFs dynamic model of deep groove ball bearing on x, y and z rotation with outer ring fault.☆24May 16, 2025Updated last year
- Unofficial C++ implementation of SLAM method, VITAMIN-E☆11Oct 10, 2020Updated 5 years ago
- 对于嵌入式应用而言,尤其是对于没有操作系统,裸机运行的嵌入式应用,迫切的需要一种高效快捷的调试手段进行嵌入式应用的开发。letter shell就是这样一个可以嵌入在程序中的shell,主要面向嵌入式设备,以C语言函数为运行单位,可以通过命令行调用,运行程序中的函数。1. …☆22Jan 9, 2021Updated 5 years ago
- University group project concerning the comparison between the classical and the modified Denavit-Hartenberg convention in Newton-Euler a…☆15Jun 4, 2020Updated 6 years ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆27Jan 9, 2021Updated 5 years ago
- RL Dresden Algorithm Suite☆38Jul 22, 2024Updated 2 years ago
- Mixed Kalman-Fuzzy Sliding Mode State Observer in Disturbance Rejection Control of a Vibrating Smart Structure Atta Oveisi*1, Tamara Nest…☆14Apr 20, 2020Updated 6 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 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
- Senior Design - ANCF and Multibody Dynamics Calculations☆12Nov 25, 2014Updated 11 years ago
- Globally Convergent Type-I Anderson Acceleration for Non-Smooth Fixed-Point Iterations☆21Oct 17, 2018Updated 7 years ago
- 使用阿里云和4G模块实现远程OTA升级☆23Oct 14, 2023Updated 2 years ago
- For paper:Kinematic performance-based path planning for cable-driven parallel robots using modified adaptive RRT*。☆18May 17, 2024Updated 2 years ago
- How to use Kinectv2 in Ubuntu to do skeleton tracking and biofeedback information to the user.☆10Mar 21, 2018Updated 8 years ago
- Implementation of Multi-Agent Object Impedance Controller☆10Sep 14, 2021Updated 4 years ago
- cifiar10 联邦学习☆10Apr 6, 2020Updated 6 years ago
- Manipulate a tf in rviz using interactive markers☆14Jun 5, 2024Updated 2 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.
- The altitude control of a quadrotor unmanned aerial vehicle is treated using its altitude dynamics in hover mode. An LMS-based Adaptive A…☆30May 3, 2019Updated 7 years ago
- 【更新中...】机器学习笔记。包括机器学习、深度学习、强化学习和迁移学习等。☆15Jul 5, 2019Updated 7 years ago
- Real-time motion planner and autonomous vehicle simulator in the browser, built with WebGL and Three.js.☆13Jun 25, 2026Updated 2 months ago
- Robotics Motion Planning(RRT and PRM with Puma 560/ Peter Corke Matlab Toolbox)☆17Feb 24, 2018Updated 8 years ago
- Solving CartPole with an Anticipatory network☆22Mar 11, 2019Updated 7 years ago
- Ultimate Simulink UAV Tutorial☆13Jan 18, 2021Updated 5 years ago
- My graduation thesis, consisting in estimating the end-effector force on the UR3 robot manipulator☆11Jan 2, 2020Updated 6 years ago