Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using the tool to create 2D game maps #119

Open
ghost opened this issue Jan 12, 2018 · 0 comments
Open

using the tool to create 2D game maps #119

ghost opened this issue Jan 12, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 12, 2018

I am new to machine learning and trying to use the tool to train for creating 2D game maps. The format of my maps are 20 rows by 100 columns of characters with the rows and columns rotated 90 degrees. where each column becomes a 20 character word with words separated by spaces. For training I did

python train.py --data_dir data\levels --seq_length 10 --batch_size 20 --num_epochs 1000

and for sampling I did

python sample.py --prime 4```````````````````

but the biggest problem I am having is that the results are not always 20 character words (even though the training data has 20 character words for every word) and as a result my sampled level is not readable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants