Philip Paquette
Philip Paquette
- Added method list_my_games to filter games based on custom criteria - Updated method get_game_and_power to also add messages - Added method send_message to send a game message on the...
@kestasjk @jmo1121109 For your comments. This is a more substantial API refactoring that fixes most of the current issues. We should probably wait a couple of weeks before merging this,...
User reported: ``` import gym import gym_pull gym_pull.pull('github.com/ppaquette/gym-doom') env = gym.make('ppaquette/DoomBasic-v0') env.reset() ``` It gives an error inside env.reset() that says: 'VizDoom incorrectly initiated. This is likely caused by a...