Metadata-Version: 2.1
Name: fym
Version: 0.3.1
Summary: SNU FDCL Fym: Flight simulator for various purpose
Home-page: https://github.com/fdcl-nrf/fym
Author: SNU FDCL
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: python (>=3.7)
Requires-Dist: gym
Requires-Dist: matplotlib
Requires-Dist: numdifftools
Requires-Dist: h5py
Requires-Dist: tqdm

# Aerodynamic Simulator for Testing Deep RL Algorithms

## Installation

- Clone the repo and change the directory to it
  ```
	git clone https://github.com/fdcl-nrf/fym.git
	cd fym
	```

- Install the fym package
	```
	pip install -e .
	```


