An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: per

mohshibinroshankt/drl_drone_px4

An advanced ROS 2 package for autonomous drone navigation using SAC with Prioritized Experience Replay. Built on PX4, Gazebo Harmonic, and ROS 2 Humble, it enables intelligent obstacle avoidance with training scripts, test environments, and PX4 bridge configs.

Language: Python - Size: 64.5 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

AI4Finance-Foundation/ElegantRL

Massively Parallel Deep Reinforcement Learning. 🔥

Language: Python - Size: 110 MB - Last synced at: 15 days ago - Pushed at: 27 days ago - Stars: 4,033 - Forks: 909

eerimoq/asn1tools

ASN.1 parsing, encoding and decoding.

Language: Python - Size: 5.04 MB - Last synced at: 6 days ago - Pushed at: 11 months ago - Stars: 306 - Forks: 105

BackdoorTech/Beast-ORM

ORM for accessing indexedDB as a promise base api implementation.

Language: TypeScript - Size: 1.61 MB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 8

librasn/compiler

An ASN1 compiler producing Rust bindings for the rasn framework

Language: Rust - Size: 3.22 MB - Last synced at: 19 days ago - Pushed at: 3 months ago - Stars: 19 - Forks: 10

dword-design/gitpod-env-per-project

GitPod helper command for project-specific environment variables.

Language: JavaScript - Size: 1.45 MB - Last synced at: 20 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

iheartgithub1234/click-trainer

An aim trainer crossed with a CPS test website.

Language: JavaScript - Size: 578 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

gamemann/Stat

A small project to gather counter statistics from the file system or output from commands. Useful for retrieving packets per second and bytes per second on a network interface.

Language: C - Size: 36.1 KB - Last synced at: about 22 hours ago - Pushed at: 12 months ago - Stars: 16 - Forks: 1

foxxcn/ShangDian Fork of fleek-network/lightning

🌐 CID Network, 🚀 Web3 Infrastructure Platform. | 🌐 CID 网络,🚀 Web3 基础设施平台。 | 🌍 🚀CID CDN | 🌍 🚀CID 内容分发网络

Language: Rust - Size: 39.6 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

vformanyuk/reinforcement-learning

Collection of reinforcement learning algorithms implementations with TensorFlow2

Language: Python - Size: 257 KB - Last synced at: 6 months ago - Pushed at: 8 months ago - Stars: 12 - Forks: 2

ComputerElite/play3rdper

A Beat saber Quest mod which let's you play in 3rd person

Language: C++ - Size: 1.77 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 5

johan1505/Personal-Website

Size: 18.4 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

zapobyte/typein-ninja 📦

typein.ninja - typing speed and accuracy test. grow your typing skills and become the best while having fun.

Language: Vue - Size: 9.49 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 2

ericsson-mts/mts-asn1

Library to decode/encode ASN.1 protocol (PER only)

Language: Java - Size: 344 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 6

FicmillaR/FicmillaR.github.io

给自己定个小目标:每周至少更新一篇

Language: C - Size: 242 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

jimmywong2003/nrf5-packet-error-rate-measurement-on-ble-connection

Example on BLE Throughput Test with Packet Error Rate

Language: C - Size: 1.09 MB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 3

DrewDevero/SE-Homework

Repository for Per Scholas - Software Engineer Cohort homework submissions

Language: JavaScript - Size: 26.5 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

alexvoronov/gcdc-asn1

ASN.1 data types and UPER encoder/decoder

Language: Java - Size: 674 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 37 - Forks: 22

DarriusL/DRL-ExampleCode

Implementation code when learning deep reinforcement learning

Language: Python - Size: 190 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 1

ChuaCheowHuan/reinforcement_learning

My reproduction of various reinforcement learning algorithms (DQN variants, A3C, DPPO, RND with PPO) in Tensorflow.

Language: Jupyter Notebook - Size: 1.71 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 32 - Forks: 11

CUN-bjy/rl-paper-review

road-map & paper review for Reinforcement Learning

Size: 6.41 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 25 - Forks: 3

CUN-bjy/gym-ddpg-keras

Keras Implementation of DDPG(Deep Deterministic Policy Gradient) with PER(Prioritized Experience Replay) option on OpenAI gym framework

Language: Python - Size: 7.21 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 4

DeconvFFT/fetch-and-slide-HRE-PRE

In this project, I attempt to solve fetch and slide open gym environment with Hindsight Experience Replay and the I experiment with Prioritised experience replay to see if there are any performance improvements

Language: Python - Size: 42.6 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

AlexPerrot/map-coloring

PER

Language: C++ - Size: 8.17 MB - Last synced at: about 2 years ago - Pushed at: over 12 years ago - Stars: 1 - Forks: 0

CUN-bjy/gym-td3-keras

Keras Implementation of TD3(Twin Delayed DDPG) with PER(Prioritized Experience Replay) option on OpenAI gym framework

Language: Python - Size: 8.33 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 9 - Forks: 3

guasi/guasi.github.io

R exercises and other matter

Language: HTML - Size: 13.8 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MDCIII/1603_16_604

1603:16:604 🇵🇪

Language: Turtle - Size: 325 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

kipmccharen/sys6016_DL_project

pretrained SpeechBrain wav2vec seq2seq+CTC model trained on TIMIT dataset. Created by Kip McCharen, Siddharth Surapaneni, and Pavan Bondalapati

Language: Python - Size: 1.21 MB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

leopheard/RPMNYCDSA

Kodi (OSMC/XBMC/Firestick) audio addon for the Revolutions Per Minute NYC Democratic Socialists Of America podcast

Language: Python - Size: 284 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Twodata/MPGModel

A prediction app.

Language: R - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

albert-kevin/itility_amber

Predict how many cars are needed per hub ?

Language: HTML - Size: 8.89 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

WestleyR/day-timer

Simple Timer to Log Work Hours per Day

Language: Shell - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

JosephTLyons/iOS-BPM-Finder

A very simple BPM app Im working on. The code in the TapWindow.cpp needs refactored, GUI components need a bit of aligning, and some options haven't been implemented, but its working correctly.

Language: C++ - Size: 47.6 MB - Last synced at: about 24 hours ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0