I was testing with the library using the readme.md as guide but notice some issues in the example code.
import numpy as np
from gym.spaces import Box
from rc_gym.Entities import Ball, Frame, Robot
from rc_gym.ssl.ssl_gym_base import SSLBaseEnv
"""
rc_gym doesn`t work, this works:
"""
from rsoccer_gym.Entities import Ball, Frame, Robot
from rsoccer_gym.ssl.ssl_gym_base import SSLBaseEnv
I was testing with the library using the
readme.md
as guide but notice some issues in the example code.