This repository was archived by the owner on Aug 21, 2020. It is now read-only.
Ali test 0917- Distance Reward between agent and goal(green ball) is added to Unity Environment Repo(written in C#) #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
Here are the changes in my repo:
1- The AnimalAI environment repo is added to ~/env/
2- The initialization, state(observation) and distance reward(Agent action) are added to environment repo (written in C#)
3- Goal's reward is increased from 1 to 1000
4- Maximum number of steps for the agent is decreased from 5e6 to 5e3.
5- Environment is built in Unity for both Mac and Linux platform
6- The Environment is ready to train
Thanks,
Ali.