Can't find package spawn_robot_tools_pkg
I'm following this tutorial on Wam-V RobotX challenge with ros-openai using ROS kinetic on ubuntu 16.
I installed packages openai_ros wamv_description robotx_gazebo and the packages within openai_examples_projects.
I can launch the simulator: roslaunch robotx_gazebo sandisland.launch (although the ocean model and sandisland are missing)
If I however test the training script: roslaunch turtle2_openai_ros_example start_training_maze.launch
It can't find spawn_robot_tools_pkg. I can't find this package in the apt list nor on ROS in general. How do I install this package?
A similar problem occured with the gym_construct package on the turtlebot2 tutorial.