mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
adding support in tensorboard (#52)
* bug-fix in architecture.py where additional fetches would acquire more entries than it should * change in run_test to allow ignoring some test(s)
This commit is contained in:
@@ -226,6 +226,7 @@ class GeneralParameters(Parameters):
|
||||
evaluate_every_x_episodes = 1000000
|
||||
evaluate_every_x_training_iterations = 0
|
||||
rescaling_interpolation_type = 'bilinear'
|
||||
current_episode = 0
|
||||
|
||||
# setting a seed will only work for non-parallel algorithms. Parallel algorithms add uncontrollable noise in
|
||||
# the form of different workers starting at different times, and getting different assignments of CPU
|
||||
@@ -253,6 +254,7 @@ class VisualizationParameters(Parameters):
|
||||
render = False
|
||||
dump_gifs = True
|
||||
max_fps_for_human_control = 10
|
||||
tensorboard = False
|
||||
|
||||
|
||||
class Roboschool(EnvironmentParameters):
|
||||
|
||||
Reference in New Issue
Block a user