ronekko's Stars
Lightning-AI/pytorch-lightning
Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.
AtsushiSakai/PythonRobotics
Python sample codes for robotics algorithms.
EnterpriseQualityCoding/FizzBuzzEnterpriseEdition
FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.
catchorg/Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
Unity-Technologies/ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
taskflow/taskflow
A General-purpose Task-parallel Programming System using Modern C++
gruns/icecream
🍦 Never use print() to debug again.
xtensor-stack/xtensor
C++ tensors with broadcasting and lazy computing
cvg/Hierarchical-Localization
Visual localization made easy with hloc
lululxvi/deepxde
A library for scientific machine learning and physics-informed learning
dev-cafe/cmake-cookbook
CMake Cookbook recipes.
taichi-dev/difftaichi
10 differentiable physical simulators built with Taichi differentiable programming (DiffTaichi, ICLR 2020)
google-deepmind/mctx
Monte Carlo tree search in JAX
facebookresearch/pyrobot
PyRobot: An Open Source Robotics Research Platform
casadi/casadi
CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.
filipdutescu/modern-cpp-template
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
ompl/ompl
The Open Motion Planning Library (OMPL)
flexible-collision-library/fcl
Flexible Collision Library
mitsuba-renderer/enoki
Enoki: structured vectorization and differentiation on modern processor architectures
erwincoumans/tiny-differentiable-simulator
Tiny Differentiable Simulator is a header-only C++ and CUDA physics library for reinforcement learning and robotics with zero dependencies.
emil-e/rapidcheck
QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible.
williamFalcon/test-tube
Python library to easily log experiments and parallelize hyperparameter search for neural networks
leggedrobotics/open3d_slam
Pointcloud-based graph SLAM written in C++ using open3D library.
mayataka/robotoc
Efficient optimal control solvers for robotic systems.
OpenImageDebugger/OpenImageDebugger
An advanced in-memory image visualization plugin for GDB and LLDB on Linux, with experimental support for MacOS and Windows. Previously known as gdb-imagewatch.
uehara1414/japanize-matplotlib
install & import するだけで matplotlib を日本語表示対応させる
pytest-dev/pytest-cpp
Use pytest's runner to discover and execute C++ tests
gtrll/multi-robot-rmpflow
Multi-Robot RMPflow
john-guo/simply-view-image-for-python-opencv-debugging
visual studio code extension simply view the image of the image variables when debugging python with opencv
erwincoumans/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more