Closed davechurchill closed 1 year ago
Here is the python console output. It stays like this even after the Rocket League window closes, and hangs until I kill the python.exe process from Task Manager.
(rlgym-3_9) C:\dev\code\ai-proto\src\rlgym>python gymtest.py
Version 1.2.0
- Deprecated self_play flag, playing against Psyonix agents is no longer supported
- Added has_jump to PlayerData, which is useful to detect when a flip won't run out
- Added pre_step() function to ObsBuilder and RewardFunction, useful for pre-calculating stuff each step
- Added support for changing gamemode without restarting RLGym, see StateSetter.build_wrapper()
- Added gravity and boost_consumption configuration to rlgym.make()
- Added update_settings() method to gym, for updating some parts of the config without restarting
- Added get_obs_space() to ObsBuilder, enables overriding RLGym's automatic obs size detection
- Added raise_on_crash option to rlgym.make()
- Added auto_minimize option to rlgym.make()
- Added boost pickups to event reward - yadaraf
- Fixed custom bin support in DiscreteAction - Kaiyotech
- Fixed bug in VelocityBallToGoalReward and VelocityPlayerToBallReward
- Fixed PlayerData string representation - Carrot
Launching Rocket League, make sure bakkesmod is running.
Launched Epic version
edit: solved
python 3.9.17 was installing rlgym 1.2.0
fixed by switching to python 3.8.17 which installed rlgym 1.2.1
I am running rlgym for the first time, I have:
I run the following example code given in the rlgym tutorial:
The rocket league windows appears for a split second, then disappears. Here are the contents of the rocket league log file after running. Any help would be appreciated. I am hard stuck without knowing what could be the cause of this.