ZhenghaoChi-Felix

Results 7 issues of ZhenghaoChi-Felix

NVIDIA also has a new open-source RL env creator based on Isaac Sim called Isaac Orbit. But Orbit is still under rapid development and is subject to change. Some new...

The starred expression used on the 'q.shape' seems to be redundant and is surprisingly not causing 'SyntaxError: can't use starred expression here'. Typically no one uses starred expression on the...

When `Scheduler._schedule_prefills()` is called, we assume the waiting queue is sorted. Therefore, we can directly access the sequence group coming earliest through `waiting_queue[0]` in `Scheduler._schedule_prefills()`. However, in the `Scheduler._passed_delay()` implementation,...

I'm new to SV. My goal is to understand this repo. What learning materials are recommended to learn SV **as quickly as** possible to understand this repo? Thanks.

In the ops/flash_attention.py, K, V blocks are accessed through `make_block_ptr`. For example, I have a question: The input tensors `q, k, v` are of size (Batch, n_head, seq_num, dim_per_head), but...

If you are submitting a bug report, please fill in the following details and use the tag [bug]. ### Describe the bug Unable to run the Isaac-Velocity-Rough-Unitree-Go1-v0 envirionment. ### Steps...

documentation

Currently the Facebook logo is too big. ![image](https://github.com/user-attachments/assets/56ad483e-58bc-49a5-a194-b73d5dc46be4) It should be downscaled like this: ![image](https://github.com/user-attachments/assets/5925ceae-20d1-47c7-93d4-2a6749fda916)