LOADING

Wait For a Moment...

跬步千里

Stay hungry & Stay foolish

ORBIT-NVIDIA

2023/12/28

This is about my reproduction of ORBIT from NVIDIA. ORBIT is a framework for robot learning (such as RL and LfD). It leverages the latest simulation capabilities for phote-realistic scenes and fast and accurate simulation.

阅读全文

ROS2Humble

2023/12/21

It is about my ROS2 Humble Distro learning travelling.

阅读全文

Diffusion Policy

2023/8/22

Diffusion model has already been used in computer vision for such a long time. However, in RSS 2023, it’s also used in Robotics, achieving a promising performance.

阅读全文

Merge Sort and Its Application

2023/2/20

Merge Sort Algorithm is based on the concept of Divide and Conquer, specifically it is traversing a tree, and the process of merging is an action implemented in post order. As we know each child part is in order after merging, we can use this characteristic to address some problems. For example, Reverse Pairs, when the child is in order, it becomes easy to calculate the number of reverse pair between the left child and the right child.

阅读全文

CS50 AI Project0

2023/2/19

These are the project tasks affiliated with Harvard CS50. Check it out.

阅读全文

Priority Queue Using Binary Heap

2023/2/5

Binary Heap is not so mysterious, whose operations just involve two, Shift Up and Shift Down to maintain its properties. Its application has two main aspects, the one is to implement Heap Sort, another is to realize a practical data structure called Priority Queue.

阅读全文

Anaconda Instructions

2023/2/2

Conda is an open-source package and environment management system that runs on Windows, macOS, and Linux. Conda quickly installs, runs, and updates packages and their dependencies. It also easily creates, saves, loads, and switches between environments on your local computer. It was created for Python programs, but it can package and distribute software for any language.

阅读全文

CMake Tools for VS Code Documentation

2023/2/2

CMake is an open-source, cross-platform tool that uses complier and platform independent configuration files to generate native build tool files specific to your complier and platform. And the CMake tools extension integrates VS Code and CMake to make it easier to configure, build and debug your C++ project.

阅读全文

Windows Subsystem for Linux (WSL)

2023/2/2

The Windows Subsystem for Linux provides developers a platform to run a GNU/Linux environment directly on Windows, including most command-line tools, utilities, and applications, without the overhead of a traditional virtual machine or dualboot setup.

阅读全文
1