Metadata-Version: 2.1
Name: CogEnvDecoder
Version: 0.1.19
Summary: For decoding observation data from Cog virtual environment
Home-page: https://github.com/1019388642/UnityEnvDataDecoder
Author: Haoran Li
Author-email: lihaoran2015@ia.ac.cn
License: UNKNOWN
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
License-File: LICENSE

## Background
This is a package for COG participants to get necessary image and vector data to train and test their models.
##Install
pip install CogEnvDecoder
##Usages
The code is able to get observations generated from ml-agents in the COG stimulation environment.
With the code, you can get:
- Blue one rover
	- Image generated from virtual camera setted up on Blue one
	- Blue one rover position & angle
	- Enemy rover position & angle
	- Remaining HP & bullets
	- Goals' position
- Judgement system information
	- Current score
	- Number of goals have been achieved
	- Whether enemy rover has been activated
	- Enemy rover remaining HP & bullets
	- Blue one caused damage
	- Time passed in the round
	- collision information

