# bipedal-walker-ddpg **Repository Path**: dujinyu/bipedal-walker-ddpg ## Basic Information - **Project Name**: bipedal-walker-ddpg - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Bipedal Walker ============== A reinforcement learning agent for [OpenAI Gym's Bipedal Walker](https://gym.openai.com/envs/BipedalWalker-v2). ## How to Run 1. Install Python v2.7+ 2. (Optional) Invoke a virtual environment via `virtualenv` 3. Install dependencies by running `pip install -r requirements.txt` 4. Run `bin/run` > NOTE: If Box2D is causing errors, you may need to build from source. Run `git > submodule init && git submodule update` and `bin/build_pybox2d`.