Pinned Repositories
TelegramChatBot
A telegram chatbot powered by OpenAI GPT API
Inverted_pendulum_simulator
This is a straight Inverted pendulum simulator, whose GUI is built by PyQt5. Using pyinstaller , I also created the .exe file , you can download it here https://pan.baidu.com/s/11meesJh9qDI0CNmkjBya9A, the password is g7w1
RL_task_practice
I decided to upload all my RL task demo here
Assembly-Gluttonous-Snake
This is a Gluttonous Snake game coded in assembly language, you can use NASM assembler to assemble this program, create ".com" file and run it in DOSBox environment
file-helper
This is a file transfer software based on python socket,whose GUI is built by PyQt5. You can Configure it to work in the server state or client state. This application supports multithreaded transfers, which means a server can connect multiple clients, and each of them can upload or download multiple files simultaneously.
ddp-tutorial-series
Follow the pytorch tutorial tutorial to learn how to use nn.parallel.DistributedDataParallel to speed up training
stm32f4-XL430_server_driver-
this is a simple example about using stm32f4 to drive the XL430 server, which is a kind of digital rudder controller.
awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
stm32F4-Stepper_Motor_Test
A simple stm32f4 example , using timer interrupt to generate pulse to drive stepper motor .Click here for more information https://blog.csdn.net/wxc971231/article/details/82086392
RL_Platform-CrossTheWall
'Cross The Wall' is a simple game based on the Grid World environment,and this demo is a Reinforcement learning simulation platform,allowed you to test several RL algorithm on that game task.
wxc971231's Repositories
wxc971231/RL_task_practice
I decided to upload all my RL task demo here
wxc971231/CV_task_prectice
I decided to upload all my SL (Supervised Learning) task demo here
wxc971231/LLM_task_practice
I decided to upload all my LLM task demo here
wxc971231/TelegramChatBot
A telegram chatbot powered by OpenAI GPT API
wxc971231/ddp-tutorial-series
Follow the pytorch tutorial tutorial to learn how to use nn.parallel.DistributedDataParallel to speed up training
wxc971231/ChatPaper
Use ChatGPT to summary the Arxiv papers.
wxc971231/c-binance-future-quant
wxc971231/awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
wxc971231/decision-transformer
Official codebase for Decision Transformer: Reinforcement Learning via Sequence Modeling.
wxc971231/wandb_tutorial
how to use wandb
wxc971231/RL_Platform-CrossTheWall
'Cross The Wall' is a simple game based on the Grid World environment,and this demo is a Reinforcement learning simulation platform,allowed you to test several RL algorithm on that game task.
wxc971231/Mind_map
Here are some Mind map I have made, for several courses. All the mind mapping were made by MindMaster, you need to install that software to open them
wxc971231/file-helper
This is a file transfer software based on python socket,whose GUI is built by PyQt5. You can Configure it to work in the server state or client state. This application supports multithreaded transfers, which means a server can connect multiple clients, and each of them can upload or download multiple files simultaneously.
wxc971231/Inverted_pendulum_simulator
This is a straight Inverted pendulum simulator, whose GUI is built by PyQt5. Using pyinstaller , I also created the .exe file , you can download it here https://pan.baidu.com/s/11meesJh9qDI0CNmkjBya9A, the password is g7w1
wxc971231/Assembly-Gluttonous-Snake
This is a Gluttonous Snake game coded in assembly language, you can use NASM assembler to assemble this program, create ".com" file and run it in DOSBox environment
wxc971231/stm32f4-XL430_server_driver-
this is a simple example about using stm32f4 to drive the XL430 server, which is a kind of digital rudder controller.
wxc971231/Stm32F4-Straight_inverted_pendulum
This is a straight inverted pendulum example, based on the stm32f4 microcontroller
wxc971231/stm32F4-Stepper_Motor_Test
A simple stm32f4 example , using timer interrupt to generate pulse to drive stepper motor .Click here for more information https://blog.csdn.net/wxc971231/article/details/82086392
wxc971231/stm32F4-USART_Half_duplex_Test
This is an example of testing the half-duplex function of the stm32F4 USART. Click here for more information https://blog.csdn.net/wxc971231/article/details/102791734
wxc971231/test
my first repository, just for learning how to use github