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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst laragon.portable
cinst chrome
cinst heidisql
cinst composer
cinst slack
cinst phpstorm
cinst vscode
@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):
"""