Gym tool use environments.
Project description
Gym Tool Use
gym tool use environments.
$ pip install gym-tool-use
Usage
import gym_tool_use # import to register gym envs
env = gym.make("TrapTube-v0")
observation = env.reset()
action = env.action_space.sample()
observation_next, reward, done, info = env.step(action)
image = env.render(mode="rgb_array") # also supports mode="human"
Environments
The following environments are registered:
"TrapTube-v0"(base task)"PerceptualTrapTube-v0""StructuralTrapTube-v0""SymbolicTrapTube-v0""PerceptualSymbolicTrapTube-v0""StructuralSymbolicTrapTube-v0""PerceptualStructuralTrapTube-v0""PerceptualStructuralSymbolicTrapTube-v0"
Baselines
Baseline implementations here: https://github.com/fomorians/tool-use
Development
Development is started with pipenv.
$ pipenv install
$ pipenv shell
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gym-tool-use-1.0.0.tar.gz
(12.9 kB
view details)
File details
Details for the file gym-tool-use-1.0.0.tar.gz.
File metadata
- Download URL: gym-tool-use-1.0.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbb5f35c870c5b87901cd4e3b81cc7ef26c4a8d5123a503fb95374a10a06fc56
|
|
| MD5 |
5975c0fbb9884f3b08e918a90aa501c8
|
|
| BLAKE2b-256 |
b35416be6f7a6ffb5656af19f479c7d668e0db6850bfec17a42ba5777a359865
|