jscriptcoder
Javascript developer. Javascript evangelist. Javascript obsessive compulsive
ResearchLab.AIZurich, Switzerland
jscriptcoder's Stars
nektos/act
Run your GitHub Actions locally 🚀
yewstack/yew
Rust / Wasm framework for creating reliable and efficient web applications
jart/cosmopolitan
build-once run-anywhere c library
AssemblyScript/assemblyscript
A TypeScript-like language for WebAssembly.
junyanz/CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
debug-js/debug
A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers
eriklindernoren/Keras-GAN
Keras implementations of Generative Adversarial Networks.
tensortrade-org/tensortrade
An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.
andri27-ts/Reinforcement-Learning
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
ShangtongZhang/DeepRL
Modularized Implementation of Deep RL Algorithms in PyTorch
hybridsjs/hybrids
Extraordinary JavaScript UI framework with unique declarative and functional architecture
csstools/postcss-preset-env
Convert modern CSS into something browsers understand
mourner/bullshit.js
A bookmarklet for translating marketing speak into human-readable text. :poop:
socketsupply/socket
kengz/SLM-Lab
Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
qfettes/DeepRL-Tutorials
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
Malax/elmboy
A Nintendo™ Game Boy™ Emulator written in Elm.
toshikwa/sac-discrete.pytorch
PyTorch implementation of SAC-Discrete.
kayuksel/forex-rl-challenge
A Deep Reinforcement Learning Challenge on Forex Portfolio Management
mdeib/berkeley-deep-RL-pytorch-starter
Pytorch starter code for UC Berkeley's cs285 assignments
sdsubhajitdas/Rocket_Lander_Gym
💥💥 This is a easy installable extension for OpenAi Gym Environment. This simulates SpaceX Falcon landing.
tokarev-i-v/rllib.js
Reinforcement learning library with JavaScript.
jscriptcoder/Hindsight-Experience-Replay
Hindsight Experience Replay algorithm research
jscriptcoder/Gymie-Server
WebSocket server that exposes an API to train AI agents on OpenAI Gym and gym-api-like Environments
jscriptcoder/Gymie-Client
WebSocket client that consumes an API wrapping OpenAI Gym or gym-like environments such as Gym Retro or Unity ML-Agents.
jscriptcoder/lottery-contract
Small web3 game
jscriptcoder/smart-terminal
Terminal like application to interact with Ethereum smart contracts
jscriptcoder/DEX-Aggregator
This app aggregates liquidity across the greater DEX ecosystem and surfaces the best price to the user.
jscriptcoder/exchange-orderbook
[Home Assignment Test] Implementation of a typical Order Book found in Exchanges
jscriptcoder/HTTP-vs-WebSockets-performance
[Experiment] HTTP vs WebSockets performance comparison