# PPO_for_Unity **Repository Path**: yangke066812/PPO_for_Unity ## Basic Information - **Project Name**: PPO_for_Unity - **Description**: PPO implementation for OpenAI gym environment based on Unity ML Agents - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PPO PPO implementation for OpenAI gym environment based on Unity ML Agents: https://github.com/Unity-Technologies/ml-agents Notable changes include: * Ability to continuously display progress with non-stochastic policy during training * Works with OpenAI environments * Option to record episodes * State normalization for given number of frames * Frame skip * Faster reward discounting etc.