DanielCoelho112's Stars
OpenDriveLab/End-to-end-Autonomous-Driving
[IEEE T-PAMI 2024] All you need for End-to-end Autonomous Driving
google-deepmind/alphadev
opendilab/awesome-end-to-end-autonomous-driving
A curated list of awesome End-to-End Autonomous Driving resources (continually updated)
OpenDriveLab/ThinkTwice
[CVPR 2023] Pytorch implementation of ThinkTwice, a SOTA Decoder for End-to-end Autonomous Driving under BEV.
OpenDriveLab/Openpilot-Deepdive
Our insights of Openpilot, a deepdive project on it
twni2016/pomdp-baselines
Simple (but often Strong) Baselines for POMDPs in PyTorch, ICML 2022
modularml/mojo
The Mojo Programming Language
huggingface/datasets
🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
eloialonso/iris
Transformers are Sample-Efficient World Models. ICLR 2023, notable top 5%.
clovaai/donut
Official Implementation of OCR-free Document Understanding Transformer (Donut) and Synthetic Document Generator (SynthDoG), ECCV 2022
facebookresearch/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
learn-to-race/l2r
Open-source reinforcement learning environment for autonomous racing — featured as a conference paper at ICCV 2021 and as the official challenge tracks at both SL4AD@ICML2022 and AI4AD@IJCAI2022. These are the L2R core libraries.
RajGhugare19/dreamerv2
Pytorch implementation of Dreamer-v2: Visual Model Based RL Algorithm.
ivy-llc/ivy
Convert Machine Learning Code Between Frameworks
jax-ml/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
yudasong/HyQ
Official code repo for paper: Hybrid RL: Using both offline and online data can make RL efficient.
google-research/google-research
Google Research
wayveai/fiery
PyTorch code for the paper "FIERY: Future Instance Segmentation in Bird's-Eye view from Surround Monocular Cameras"
SysCV/TrafficBots
TrafficBots: Towards World Models for Autonomous Driving Simulation and Motion Prediction. ICRA 2023. Code is now available at https://github.com/zhejz/TrafficBots
lucidrains/lion-pytorch
🦁 Lion, new optimizer discovered by Google Brain using genetic algorithms that is purportedly better than Adam(w), in Pytorch
adityabingi/Dreamer
Reproduction of Dreamerv1 and v2 in pytorch for deepmind control suite
NM512/dreamerv3-torch
Implementation of Dreamer v3 in pytorch.
danijar/dreamerv3
Mastering Diverse Domains through World Models
facebookresearch/modem
MoDem Accelerating Visual Model-Based Reinforcement Learning with Demonstrations
danijar/dreamer
Dream to Control: Learning Behaviors by Latent Imagination
TakuyaHiraoka/Dropout-Q-Functions-for-Doubly-Efficient-Reinforcement-Learning
Source files to replicate experiments in my ICLR 2022 paper.
ikostrikov/walk_in_the_park
opendilab/awesome-decision-transformer
A curated list of Decision Transformer resources (continually updated)
facebookresearch/deep_bisim4control
Learning Invariant Representations for Reinforcement Learning without Reconstruction
huggingface/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more