Pinned Repositories
algo-trader
A Library for Algorithmic Trading with Alpaca in Python
charming-chromodynamics
A Java game made entirely with the shape drawing functions within Java. It is similar to the old 2d tanks game, except it is real-time, the ground moves, and it is based on mass instead of health.
DesktopTrader
An Algorithm Manager that allows you to develop, test, and run stock trading algorithms on Alpaca. The Python library includes buy/sell functions, historical data, technical indicators, and more useful features to aid in the development quantitative algorithms. The manager includes a GUI (which can be opened from code or the python interactive interpreter) that allows you to track the progress of algorithms in backtests or in real time. Trades can be made in code by the algorithms (which can be scheduled to run at any times during the day), or manually from the python interactive interpreter. Multiple algorithms can run at a time. Algorithms can be added, removed, or paused, allocations can be changed, and assets can be rebalanced, all from within code or from the python interactive interpreter.
finn
Fixed Integral Neural Network: a method for taking analytical integrals over neural networks.
generalised-aggregation
A PyTorch implementation of GenAgg, a learnable aggregator that parametrises the function space of all standard aggregators.
Libraries
Image, Network, Gaussian
mrs-gym
Multi Robot Systems gym environment based on Pybullet
pymarl2
Fine-tuned MARL algorithms on SMAC (100% win rates on most scenarios)
sae
A Permutation-Invariant Set Autoencoder
SetAutoEncoder
A permutation-invariant neural network architecture for encoding and decoding variable-sized sets.
Acciorocketships's Repositories
Acciorocketships/algo-trader
A Library for Algorithmic Trading with Alpaca in Python
Acciorocketships/pymarl2
Fine-tuned MARL algorithms on SMAC (100% win rates on most scenarios)
Acciorocketships/DesktopTrader
An Algorithm Manager that allows you to develop, test, and run stock trading algorithms on Alpaca. The Python library includes buy/sell functions, historical data, technical indicators, and more useful features to aid in the development quantitative algorithms. The manager includes a GUI (which can be opened from code or the python interactive interpreter) that allows you to track the progress of algorithms in backtests or in real time. Trades can be made in code by the algorithms (which can be scheduled to run at any times during the day), or manually from the python interactive interpreter. Multiple algorithms can run at a time. Algorithms can be added, removed, or paused, allocations can be changed, and assets can be rebalanced, all from within code or from the python interactive interpreter.
Acciorocketships/mrs-gym
Multi Robot Systems gym environment based on Pybullet
Acciorocketships/SetAutoEncoder
A permutation-invariant neural network architecture for encoding and decoding variable-sized sets.
Acciorocketships/finn
Fixed Integral Neural Network: a method for taking analytical integrals over neural networks.
Acciorocketships/Libraries
Image, Network, Gaussian
Acciorocketships/MAPF
A library of search algorithms such as A*, priority planning, and conflict-based search. The nodes and environment are user-defined so it is generalisable to many applications.
Acciorocketships/sae
A Permutation-Invariant Set Autoencoder
Acciorocketships/generalised-aggregation
A PyTorch implementation of GenAgg, a learnable aggregator that parametrises the function space of all standard aggregators.
Acciorocketships/WandbPlotter
A Data Fetching and Plotting Library for wandb
Acciorocketships/PennParkCar
Autonomous car that drives around Penn Park.
Acciorocketships/charming-chromodynamics
A Java game made entirely with the shape drawing functions within Java. It is similar to the old 2d tanks game, except it is real-time, the ground moves, and it is based on mass instead of health.
Acciorocketships/HetTensor
A wrapper for PyTorch Tensors which enables variable-sized dimensions.
Acciorocketships/GRIDgym
A gym environment for gridworlds. It can be used for problems such as MAPF, coverage, and assignment
Acciorocketships/AnalyticRegression
Acciorocketships/BenchMARL
A collection of MARL benchmarks based on TorchRL
Acciorocketships/football
Acciorocketships/GraphTorch
Acciorocketships/linear-attention-transformer
Transformer based on a variant of attention that is linear complexity in respect to sequence length
Acciorocketships/MapApp
Acciorocketships/pogym
Acciorocketships/PybulletGame
Acciorocketships/Riddle
Prints a riddle to the command line (from cartalk.com). There is a new one every week.
Acciorocketships/rl
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
Acciorocketships/saerl
Acciorocketships/SeniorDesign
Acciorocketships/skrl
Modular and flexible reinforcement learning library with support for Isaac Gym and Omniverse Isaac Gym environments
Acciorocketships/Sudoku
Solves sudoku puzzles, or gives you a hint about the next square you should look at.
Acciorocketships/VectorizedMultiAgentSimulator
VMAS is a vectorized framework designed for efficient Multi-Agent Reinforcement Learning benchmarking. It is comprised of a vectorized 2D physics engine written in PyTorch and a set of challenging multi-robot scenarios. Additional scenarios can be implemented through a simple and modular interface.