Install#
Requirements#
python3 (>= 3.8)
Installation#
pip3 install pams
python3
>> import pams
Run sample program#
We provide two types of samples. The latter one is more easy to run.
(1) samples which can be run on command line:#
https://github.com/masanorihirano/pams/tree/main/samples
You can run it by the following command:
python3 path_to_folder/main.py path_to_folder/config.json [random_seed]
Here, random_seed must be number and it is an optional argument.