This research evaluates the performance of an RSSM-based model for real-world objects with periodic behavior. The task is to learn how to catch a toy fish with an open mouth on a rotating disk using a simple arm that moves vertically.
Left: Real-world data captured from the experimental setup Right: Motion prediction using RSSM
- Application of RSSM to real-world objects
- Prediction and control of periodic motion
- Performance evaluation with multiple reward designs
- Real-world validation experiments
-
Open the notebook in Google Colaboratory:
- Go to Google Colab
- Click "File" > "Open notebook"
- Select the notebook from this repository
-
The required packages will be automatically installed when you run the notebook.
-
You can also clone this repository directly in Colab:
!git clone https://github.com/tt1717/WorldModel2022.git
%cd WorldModel2022.
├── images/ # Experimental images and GIFs
├── materials/ # Paper, slides, and poster
├── notebook/ # Jupyter notebooks
│ ├── exp001_ver1.ipynb
│ ├── exp001_ver2.ipynb
│ ├── exp001_ver3.ipynb
│ └── exp001_ver4.ipynb
└── README.md
- 128×128 RGB images
- Arm movement in vertical direction (1D)
- Approximately 2,000 steps of collected data
- Random reward
- Reward based on distance between arm and fish mouth
- Reward for catching fish
- Combined reward of distance and catching
-
Experimental Setup
- Place toy fish on rotating disk
- Set up vertically moving arm
- Configure camera environment
-
Data Collection
- Collect approximately 2,000 steps of motion data
- Detect fish position through image processing
-
Model Training
- State prediction using RSSM
- Predict up to 300 steps ahead
- Real-world video data
- 128×128 RGB images
- Contains periodic motion
- Fork this repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
@article{worldmodel2022,
title={Application of RSSM to Real World Image Prediction},
author={Toshiro Kusui and Shinya Otani and Tsuyoshi Takano and Kento Fukuda and Junya Honda},
journal={World Model 2022},
year={2022}
}This research is based on the following studies:

