Metadata-Version: 2.1
Name: fym
Version: 1.1.3
Summary: SNU FDCL Fym: Flight simulator for various purpose
Home-page: https://github.com/fdcl-nrf/fym
Author: SNU FDCL
Author-email: kshoon92@gmail.com
License: UNKNOWN
Description: # 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 .
        	```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
