c51
There are 66 repositories under c51 topic.
XinJingHao/DRL-Pytorch
Clean, Robust, and Unified PyTorch implementation of popular Deep Reinforcement Learning (DRL) algorithms (Q-learning, Duel DDQN, PER, C51, Noisy DQN, PPO, DDPG, TD3, SAC, ASL)
github0null/eide
An embedded development environment for mcs51/stm8/avr/cortex-m/riscv on VsCode.
sudharsan13296/Deep-Reinforcement-Learning-With-Python
Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
sungyubkim/Deep_RL_with_pytorch
A pytorch tutorial for DRL(Deep Reinforcement Learning)
Kchu/DeepRL_PyTorch
Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.
flyyufelix/C51-DDQN-Keras
C51-DDQN in Keras
BY571/DQN-Atari-Agents
DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow, and DRQN
AgentMaker/Paddle-RLBooks
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
michaelnny/deep_rl_zoo
A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartPole, LunarLander, and MountainCar.
marload/DistRL-TensorFlow2
🐳 Implementation of various Distributional Reinforcement Learning Algorithms using TensorFlow2.
haozewu/C51
使用VSCode结合SDCC作为51单片机开发环境
quan3969/TemperatureMonitor
基于 C51 单片机设计的温度检测报警系统。
xfgryujk/c51-play-music
51单片机播放音乐
fmw666/C51
🍰 51单片机实验
dannysdeng/dqn-pytorch
PyTorch - Implicit Quantile Networks - Quantile Regression - C51
FourierAI/singlechip51-alarm-clock
基于51单片机的多功能时钟
kochlisGit/Autonomous-Vehicles-Adaptive-Cruise-Control
An implementation of an Autonomous Vehicle Agent in CARLA simulator, using TF-Agents
smcdef/Mini-3216
Mini 3216 时钟
JackeyLea/C51
Linux下C51开发教程配套代码
jim11662418/wheelwriter-teletype
A STCmicro STC15W4K32S4 series micro controller turns an IBM Wheelwriter Electronic Typewriter into a teletype-like device.
jim11662418/wheelwriter-printer
A Dallas Semiconductor DS89C440 MCU turns an IBM Wheelwriter Electronic typewriter into a Windows "Generic/Text Only" Printer.
Ending2015a/unstable_baselines
A TF2.0 implementation of RL baselines.
alirezakazemipour/Distributional-RL
Implementation of some of the Deep Distributional Reinforcement Learning Algorithms.
CSerxzm/buzzer_music
利用51单片机蜂鸣器演奏音乐。
MYH0/STC51
STC89C52基于郭天祥TX-1C开发板
SSSDNSY/bluecar
android bluetooth app ,control a smart C51 robot
Alwaysproblem/newbiesRL
Naive implementations of deep reinforcement learning algorithms
ImcwjHere/AHAU_C51_MCU
Anhui Agriculture University C51 MCU Homework |安徽农业大学单片机接口与技术综合实践作业
Simgor001/SailFwLib
一套51内核单片机的固件库
amirabbasii/Cartpole_C51
Solving CartPole using Distributional RL
feallee/FsmTiny
一种有限状态机(Mealy)的精简实现,编码遵循 ANSI C,易于扩展和学习,非常适用于资源有限的场景。 其工作过程如下: 1、使用指定起始状态和最终状态初始化状态机,并设置状态机的当前状态为起始状态。状态机开始工作。 2、在相关事件发生时,把事件关联的变量值传递给状态机并执行状态转换活动。 3、如果状态机进入最终状态(使用当前状态是否等于最终状态来判断),则状态机停机;否则继续工作。
MashiroQi/MCU
单片机学习记录,使用C语言和汇编语言
U202142209/S51-TFT2.2
使用C51单片机控制TFT2.2液晶显示屏代码
zhangjibiao/TemperatureControl
通过温度传感器、LCD显示器、继电器、单片机相互配合,做一个温控装置。