Current Events > I would legit give someone like a steam game if they could get this tensorflow

Topic List
Page List: 1
Milkman5
05/08/18 8:18:18 PM
#1:


environment working for me.

I can't get it to work. Anyone want to help for free though?

https://github.com/georgwiese/2048-rl

I got to the last step and it doesn't work

Once that's done, you can simple run python py_2048_rl/learning.py <train_dir>.


And it gives me this error:

aUBfQC2
... Copied to Clipboard!
Milkman5
05/08/18 8:18:31 PM
#2:


am I a dummy?
... Copied to Clipboard!
joe40001
05/08/18 8:21:15 PM
#3:


I can do it. I've done tensorflow stuff before.

What game?
---
"joe is attractive and quite the brilliant poster" - Seiichi Omori
http://i.imgur.com/TheGsZ9.gif
... Copied to Clipboard!
Milkman5
05/08/18 10:30:32 PM
#4:


it's using an old tensorflow

All the commands are depreciated
... Copied to Clipboard!
Milkman5
05/08/18 10:44:34 PM
#5:


I will legit pay someone 20 bucks if they get this to run on their ubuntu
... Copied to Clipboard!
Milkman5
05/08/18 10:45:22 PM
#6:


I upgraded every single script and it's still not running.

it's giving me a save_path error now. I want to legit kill this dumb fucker
... Copied to Clipboard!
1337toothbrush
05/08/18 11:06:56 PM
#7:


Replace calls of tf.histogram_summary(...) to tf.summary.histogram(...)

You'll need to do similar things with other similar calls (e.g. tf.scalar_summary(...) -> tf.summary.scalar(...))

This is the new API: https://www.tensorflow.org/api_docs/python/tf/summary

edit: whoops, was a little late on this. Give me a sec.
---
... Copied to Clipboard!
Milkman5
05/08/18 11:14:20 PM
#8:


I got far in it and it still doesn't work. I already upgraded all the syntax

and it runs, then it gives me weird results (it loses 19% of the time) and errors. it doesn't show a gui anything

idk what this shit is lmao

I give up
... Copied to Clipboard!
1337toothbrush
05/09/18 12:12:08 AM
#9:


Regarding the save_path issue, it's because tf.train.latest_checkpoint(...) keeps returning None for some stupid reason. If you delete the save_path then it won't try resuming from a checkpoint and thus you won't get that error.

But yeah, I've been frustrated when going through ML material. I'm slowly trying to learn.
---
... Copied to Clipboard!
Topic List
Page List: 1