Obstacle Env Save

An environment for an obstacle avoidance task

Project README

obstacle-env

An environment for obstacle avoidance tasks


A few episodes of the environment.

Build Status

Installation

pip install --user git+https://github.com/eleurent/obstacle-env

Usage

import obstacle_env

env = gym.make("obstacle-v0")

done = False
while not done:
    action = ... # Your agent code here
    obs, reward, done, _ = env.step(action)
    env.render()
Open Source Agenda is not affiliated with "Obstacle Env" Project. README Source: eleurent/obstacle-env
Stars
35
Open Issues
0
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating