Skip to content
View JiongJiongJiong2's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Beijing Normal Hong Kong Baptist University

Highlights

  • Pro

Block or report JiongJiongJiong2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JiongJiongJiong2/README.md

A passionate developer and also a CS student.

  • 🔭 I'm currently working on Some prototypes about new generation UX design, mobile 3D reconstructing, and research about 3D reconstructing (mesh splatting, faster 3DGS, 4DGS), and harness structure in AI agents.

  • 🌱 I'm currently learning Deep Reinforcement Learning, C++, RUST, GO, Celery Messages List in Redis, Communication between agents among processes

  • 🤝 I'm looking for help with UX designers, mobile 3D reconstructing developers

  • 📫 How to reach me JiongleHe@outlook.com

  • I am currently a year-4 student majoring in Computer Science and Technology. I think the future is about inspirations and the courage to make your idea come true. :)

#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:

    def __init__(self):
        self.name = "Rocky Ho"
        self.role = "👯 Passionate learner of AI agent engineering.
                     🔭 Future master student in Hong Kong University of Science and Technology."
        self.language_spoken = ["zh_CN", "en_US", "zh_Cantonese"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

Connect with me:

JiongJiongJiong2

Languages and Tools:


🌱 Some Projects I am currently working on! IF you are interesting in it, contact me!

login-all demo DQN demo CV demo ML demo


snake gif


JiongJiongJiong2

Pinned Loading

  1. Does-CrtlC-Work Does-CrtlC-Work Public

    A lightweight clipboard feedback tool that shows a visual animation near your cursor when you copy (Ctrl+C) or paste (Ctrl+V) text.

    Python 3

  2. GOLMAP-TOOL GOLMAP-TOOL Public

    This is a small tool for creating SFM from videos in WINDOWS. An automated 3D reconstruction pipeline that generates sparse point clouds from videos.

    Python

  3. DQN-vs-DDQN--A-RL-learning-project- DQN-vs-DDQN--A-RL-learning-project- Public

    A PyTorch implementation of DQN and Double DQN deep reinforcement learning algorithms, trained on CartPole-v1 and Acrobot-v1 environments.

    Python 1 1

  4. EDBA-Organization-Management EDBA-Organization-Management Public

    A Flask-based organization management system for managing members, services, and applications.

    HTML 1

  5. Reinforce-A2C-PPO_test Reinforce-A2C-PPO_test Public

    A PyTorch implementation of REINFORCE,A2C, PPO algorithms, trained on CartPole-v1 environments.

    Python

  6. RMAVATAR-MLP RMAVATAR-MLP Public

    A modified version of RMAvatar, where we replace the original HexPlane (Tri-plane) feature extraction module with a pure MLP + Positional Encoding approach for canonical space feature representation.

    Python