https://github.com/pwhiddy/pokerl-map-viz
https://github.com/pwhiddy/pokerl-map-viz
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pwhiddy/pokerl-map-viz
- Owner: PWhiddy
- License: mit
- Created: 2024-01-14T05:29:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T23:45:14.000Z (10 months ago)
- Last Synced: 2025-04-13T00:36:11.926Z (6 months ago)
- Language: JavaScript
- Homepage: https://pwhiddy.github.io/pokerl-map-viz/
- Size: 41.6 MB
- Stars: 40
- Watchers: 3
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Multiplayer Pokemon Streaming - 🎦 🔴 [View Here](https://pwhiddy.github.io/pokerl-map-viz/)
Stream multiple games of pokemon onto a shared map!
## To broadcast:
Use the StreamWrapper gym environment wrapper:
https://github.com/PWhiddy/PokemonRedExperiments/blob/master/baselines/stream_agent_wrapper.pyAnd wrap your environment like this:
```python
env = StreamWrapper(
env,
stream_metadata = { # All of this is part is optional
"user": "super-cool-user", # choose your own username
"env_id": id, # environment identifier
"color": "#0033ff", # choose your color :)
"extra": "", # any extra text you put here will be displayed
"sprite_id": 0, # chooses your character sprite, 0 to 50. (optional)
}
)
```### Credits
@ Death Strike Gaming - created the complete map!