Skip to content

Instantly share code, notes, and snippets.

View tmsnvd's full-sized avatar
🎯
Focusing

Tomas Nev. tmsnvd

🎯
Focusing
  • devbridge
  • Kaunas, Lithuania
View GitHub Profile
@tmsnvd
tmsnvd / PlaneModel.py
Last active March 21, 2022 13:29 — forked from YannBerthelot/PlaneModel.py
Plane Model Transition Function for RL Environment
import math
from math import cos, sin, ceil, floor
import numpy as np
from numpy import arcsin
from numpy.linalg import norm
from .graph_utils import plot_duo, plot_multiple, plot_xy
class FlightModel:
def __init__(self):
"""
@tmsnvd
tmsnvd / 0_reuse_code.js
Last active August 29, 2015 14:09
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console